2026-05-31 16:18:26 +00:00
2026-05-31 16:18:26 +00:00

RAG Agent with ChromaDB and Tavily

This repository contains a simple RAG agent that uses ChromaDB as a local vector store and Tavily for web search. The agent can decide whether to answer from the local knowledge base or fetch fresh information from the internet.

Features

  • Local semantic search with ChromaDB + Ollama embeddings (nomic-embed-text).
  • Web search via Tavily API.
  • Automatic source selection (local vs web) in responses.
  • CLI chat interface.
S
Description
RAG agent with ChromaDB and Tavily web search
Readme 29 KiB
Languages
Python 100%