Skip to content

Instantly share code, notes, and snippets.

View terrymccann's full-sized avatar

Terry McCann terrymccann

  • Palmyra, NY
View GitHub Profile
@terrymccann
terrymccann / .env
Last active March 30, 2025 15:00
Using LangChain, take a markdown file, chunk it, create embeddings, save it to a pinecone vector store.
OPENAI_API_KEY="your openai api key"
PINECONE_API_KEY="your pinecone api key"
PINECONE_INDEX="name of your pinecone index"