Metadata-Version: 2.4
Name: evidence-seeker
Version: 0.1.1b3
Summary: EvidenceSeeker Boilerplate
Project-URL: Documentation, https://github.com/debatelab/evidence-seeker#readme
Project-URL: Issues, https://github.com/debatelab/evidence-seeker/issues
Project-URL: Source, https://github.com/debatelab/evidence-seeker
Author: Sebastian Cacean, Leonie Wahl
Author-email: Gregor Betz <3662782+ggbetz@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: <3.13,>=3.11
Requires-Dist: argon2-cffi
Requires-Dist: gradio
Requires-Dist: httpx
Requires-Dist: huggingface-hub
Requires-Dist: jinja2
Requires-Dist: llama-index
Requires-Dist: llama-index-embeddings-huggingface
Requires-Dist: llama-index-embeddings-ollama
Requires-Dist: llama-index-embeddings-text-embeddings-inference
Requires-Dist: llama-index-llms-openai-like
Requires-Dist: loguru
Requires-Dist: numpy
Requires-Dist: pydantic
Requires-Dist: pygithub
Requires-Dist: python-dotenv
Requires-Dist: wrapt
Description-Content-Type: text/markdown

A code template for an RAG-based LLM workflow for disambiguating claims and fact-checking them relative to a given database. 

For details, see the <https://github.com/debatelab/evidence-seeker>.
