langchain/templates/docs/INDEX.md

14 lines
583 B
Markdown
Raw Normal View History

# Templates
A list of all template repos
⭐Retrieval Augmented Generation Chatbot: Build a chatbot over your data. Uses OpenAI and Pinecone.
2023-10-26 15:28:01 +00:00
⭐Extraction with OpenAI Functions: Do extraction of structured data from unstructured data. Uses OpenAI function calling.
2023-10-26 15:28:01 +00:00
⭐Local Retrieval Augmented Generation: Build a chatbot over your data. Uses only local tooling: Ollama, GPT4all, Chroma.
2023-10-26 15:28:01 +00:00
⭐OpenAI Functions Agent: Build a chatbot that can take actions. Uses OpenAI function calling and Tavily.
2023-10-26 15:28:01 +00:00
⭐XML Agent: Build a chatbot that can take actions. Uses Anthropic and You.com.