LICENSE
README.md
pyproject.toml
src/socratic_rag/__init__.py
src/socratic_rag/async_client.py
src/socratic_rag/client.py
src/socratic_rag/exceptions.py
src/socratic_rag/llm_rag.py
src/socratic_rag/models.py
src/socratic_rag.egg-info/PKG-INFO
src/socratic_rag.egg-info/SOURCES.txt
src/socratic_rag.egg-info/dependency_links.txt
src/socratic_rag.egg-info/requires.txt
src/socratic_rag.egg-info/top_level.txt
tests/test_chunking.py
tests/test_client.py
tests/test_edge_cases.py
tests/test_embeddings.py
tests/test_integrations.py
tests/test_llm_rag.py
tests/test_models.py
tests/test_processors.py
tests/test_vector_stores.py