Skip to content

Commit

Permalink
new pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
abekam committed Mar 19, 2023
1 parent dd25377 commit ac5e166
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed docs/MorseVsFrederick.pdf
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/ingest-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { PDFLoader } from 'langchain/document_loaders';
import { PINECONE_INDEX_NAME, PINECONE_NAME_SPACE } from '@/config/pinecone';

/* Name of directory to retrieve files from. You can change this as required */
const filePath = 'docs/MorseVsFrederick.pdf';
const filePath = 'docs/gettingStarted.pdf';

export const run = async () => {
try {
Expand Down

0 comments on commit ac5e166

Please sign in to comment.