README.md
pyproject.toml
ragchatbot/__init__.py
ragchatbot/chunker.py
ragchatbot/cli.py
ragchatbot/embedder.py
ragchatbot/parser.py
ragchatbot/server.py
ragchatbot/store.py
ragchatbot.egg-info/PKG-INFO
ragchatbot.egg-info/SOURCES.txt
ragchatbot.egg-info/dependency_links.txt
ragchatbot.egg-info/entry_points.txt
ragchatbot.egg-info/requires.txt
ragchatbot.egg-info/top_level.txt
ragchatbot/llm/__init__.py
ragchatbot/llm/base.py
ragchatbot/llm/gemini.py
ragchatbot/llm/ollama.py
tests/test_pipeline.py
tests/test_server.py