Skip to content

Instantly share code, notes, and snippets.

@Juraj-Sulimanovic
Created April 5, 2024 10:38
Show Gist options
  • Save Juraj-Sulimanovic/b5936b087709897c54dfecc683bac1a4 to your computer and use it in GitHub Desktop.
Save Juraj-Sulimanovic/b5936b087709897c54dfecc683bac1a4 to your computer and use it in GitHub Desktop.
const index = pinecone.Index(PINECONE_INDEX_NAME);
const vectorStore = await PineconeStore.fromExistingIndex(
new OpenAIEmbeddings({}),
{
pineconeIndex: index,
textKey: 'text',
namespace: PINECONE_NAME_SPACE,
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment