Semantic cache for LLMs. Fully integrated with LangChain and llama_index. - GitHub - zilliztech/GPTCache: Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
LlamaIndex and is fully compatible with Langchain, it will be pretty easy to use other LLMs.At the moment, however, your text WILL be processed with OpenAI, even if you're self-hosting this tool. If OpenAI's terms of service present a problem for you, we leave that to you to ...
llm-python A set of instructional materials, code samples and Python scripts featuring LLMs (GPT etc) through interfaces like llamaindex, langchain, Chroma (Chromadb), Pinecone etc. Mainly used to store reference code for my LangChain tutorials on YouTube. ...
LangChain Note: Make sure you change the description of the Tool to match your use case. from llama_index import VectorStoreIndex from llama_hub.google_docs import GoogleDocsReader from langchain.llms import OpenAI from langchain.chains.question_answering import load_qa_chain # load documents ...
llm-python A set of instructional materials, code samples and Python scripts featuring LLMs (GPT etc) through interfaces like llamaindex, langchain, Chroma (Chromadb), Pinecone etc. Mainly used to store reference code for my LangChain tutorials on YouTube. ...
LangChain Note: Make sure you change the description of the Tool to match your use case. from llama_index import VectorStoreIndex from llama_hub.google_docs import GoogleDocsReader from langchain.llms import OpenAI from langchain.chains.question_answering import load_qa_chain # load documents ...
LangChain Note: Make sure you change the description of the Tool to match your use case. from llama_index import VectorStoreIndex from llama_hub.google_docs import GoogleDocsReader from langchain.llms import OpenAI from langchain.chains.question_answering import load_qa_chain # load documents ...
A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain - wenqiglantz/llama-hub
LangChain Note: Make sure you change the description of the Tool to match your use case. from llama_index import VectorStoreIndex from llama_hub.google_docs import GoogleDocsReader from langchain.llms import OpenAI from langchain.chains.question_answering import load_qa_chain # load documents ...
A library of data loaders for LLMs made by the community -- to be used with GPT Index and/or LangChain - cool-japan/llama-hub