Pinecone
Sample Pinecone apps for document summarization and question-answering.
langchain-pinecone-summary
alphasecio/langchain-examples
Just deployed
langchain-pinecone-qa
alphasecio/langchain-examples
Just deployed
Template
This template deploys sample Streamlit web apps for document summarization and generative question-answering using LangChain and Pinecone.
Highlights
LangChain is an open-source framework created to aid the development of applications leveraging the power of large language models (LLMs). It can be used for chatbots, text summarisation, data generation, code understanding, question answering, evaluation, and more. Pinecone, on the other hand, is a fully managed vector database, making it easy to build high-performance vector search applications without infrastructure hassles. Once you have generated the vector embeddings using a service like OpenAI Embeddings, you can store, manage and search through them in Pinecone to power semantic search, recommendations, and other information retrieval use cases. See this post on LangChain Embeddings for a primer on embeddings and sample use cases.
Learn More
Template Content
langchain-pinecone-summary
alphasecio/langchain-exampleslangchain-pinecone-qa
alphasecio/langchain-examples