ollama-rag-de

View on PyPIReverse Dependencies (0)

0.1.0 ollama_rag_de-0.1.0-py3-none-any.whl

Wheel Details

Project: ollama-rag-de
Version: 0.1.0
Filename: ollama_rag_de-0.1.0-py3-none-any.whl
Download: [link]
Size: 12533
MD5: 90c3a78b19b5d72f4d42d4f3aff789f8
SHA256: db01b484e90daf69aa460d8fc6d407126e0822374c4109cd56dc65cb20b188b2
Uploaded: 2024-04-09 18:25:49 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ollama-rag-de
Version: 0.1.0
Summary: A tool to digest PDF files for Large Language Models and serving them via a REST API, including their source references.
Author: crs
Author-Email: mail[at]christian-spaniol.de
License: Proprietary
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9,<3.12
Requires-Dist: click (<9.0.0,>=8.1.7)
Requires-Dist: fastapi (<0.111.0,>=0.110.1)
Requires-Dist: llama-index-embeddings-huggingface (<0.3.0,>=0.2.0)
Requires-Dist: llama-index-embeddings-ollama (<0.2.0,>=0.1.2)
Requires-Dist: llama-index-embeddings-openai (<0.2.0,>=0.1.7)
Requires-Dist: llama-index-llms-ollama (<0.2.0,>=0.1.2)
Requires-Dist: llama-index-llms-openai (<0.2.0,>=0.1.14)
Requires-Dist: llama-index-readers-smart-pdf-loader (<0.2.0,>=0.1.3)
Requires-Dist: llama-index-vector-stores-qdrant (<0.2.0,>=0.1.6)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.1)
Requires-Dist: uvicorn (<0.30.0,>=0.29.0)
Description-Content-Type: text/markdown
[Description omitted; length: 3299 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ollama_rag_de/chat/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ollama_rag_de/chat/router.py sha256=U4W7RKn_DhwldyNbhCf8KErXp0R9U98pnHuWn4tB2_Y 3766
ollama_rag_de/cli.py sha256=v_NNbi_oIQXs2r_A42HLr0UtwqnpPe_Q0iX-h6DOnQE 4068
ollama_rag_de/engine.py sha256=DP1uR2gw9y_SWFoIOG4wSJmts14IlsOSEtn1spxq1jM 2600
ollama_rag_de/process_folder.py sha256=yUcHH0gcZ5un8KCCHbXkj-EGD8eWnQ-wAtUcSB6uHCY 3765
ollama_rag_de/server.py sha256=GQ4TKqFYGPIpLEDhFBFbhCOtyj_IbZRjMBnklfGEN1c 2103
ollama_rag_de/settings.py sha256=20-GHQbpIeEQitaC0ZlxEvdnRbCJT7Vhv6PuY-sA4jI 1069
ollama_rag_de/util/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ollama_rag_de/util/dataframes.py sha256=HBCDi-aO5LsM4Nexhfi9Vne2NNL-pDwRIzYQtHF6eKk 582
ollama_rag_de/util/file.py sha256=fErrH3vYOeQua7C-NspxZitwC0rmek0ipdrbY3c--DA 326
ollama_rag_de/vector_store.py sha256=8yJXIiBRMhpumvri7l0AJ3ZR1DF4LBo-z7xcXtjz8Jw 5527
ollama_rag_de-0.1.0.dist-info/METADATA sha256=VCFos2qyFZnyDIriO_thBgfYKqFBZtEXi5B7k6KBWyI 4486
ollama_rag_de-0.1.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
ollama_rag_de-0.1.0.dist-info/entry_points.txt sha256=L7umg7pKGrGwqTY6qLufScyqf0PYC1VYqnws67BPy7M 135
ollama_rag_de-0.1.0.dist-info/RECORD

entry_points.txt

ask = ollama_rag_de.cli:answer_question
chat_server = ollama_rag_de.server:chat_server
ppf = ollama_rag_de.cli:entrypoint