A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain - run-llama/llama-hub
A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain - wenqiglantz/llama-hub
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. ...
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 ...
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 ...
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.
Semantic cache for LLMs. Fully integrated with LangChain and llama_index. - GitHub - March-08/GPTCache: Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
A library of data loaders for LLMs made by the community -- to be used with GPT Index and/or LangChain - cool-japan/llama-hub
由NVidia开发,Nemo Guardrails5是一个旨在构建Rails以确保LLMs在所需的参数和准则内运行的工具。LlamaIndex6专注于通过数据连接器和工具管理输入LLM应用程序的数据。来自Intel的FastRAG7不仅包括基本的检索增强生成(RAG)方法,还包括更先进的RAG实现,与本指南中讨论的技术一致。Auto-GPT8是一个流行的工具,用于设计LLM...