LICENSE
README.md
pyproject.toml
src/confluence_chatbot/__init__.py
src/confluence_chatbot/cli.py
src/confluence_chatbot/core.py
src/confluence_chatbot/models.py
src/confluence_chatbot.egg-info/PKG-INFO
src/confluence_chatbot.egg-info/SOURCES.txt
src/confluence_chatbot.egg-info/dependency_links.txt
src/confluence_chatbot.egg-info/entry_points.txt
src/confluence_chatbot.egg-info/requires.txt
src/confluence_chatbot.egg-info/top_level.txt
src/confluence_chatbot/embedding/__init__.py
src/confluence_chatbot/embedding/base.py
src/confluence_chatbot/embedding/bedrock.py
src/confluence_chatbot/embedding/sentence_transformer.py
src/confluence_chatbot/generation/__init__.py
src/confluence_chatbot/generation/base.py
src/confluence_chatbot/generation/bedrock_llm.py
src/confluence_chatbot/generation/ollama_llm.py
src/confluence_chatbot/ingest/__init__.py
src/confluence_chatbot/ingest/chunker.py
src/confluence_chatbot/ingest/confluence_client.py
src/confluence_chatbot/ingest/html_parser.py
src/confluence_chatbot/ingest/image_describer.py
src/confluence_chatbot/ingest/sync_manager.py
src/confluence_chatbot/vector_store/__init__.py
src/confluence_chatbot/vector_store/base.py
src/confluence_chatbot/vector_store/faiss_store.py
src/confluence_chatbot/vector_store/s3_vectors.py