weaviate-agent-demo

View on PyPIReverse Dependencies (0)

0.3.1 weaviate_agent_demo-0.3.1-py3-none-any.whl

Wheel Details

Project: weaviate-agent-demo
Version: 0.3.1
Filename: weaviate_agent_demo-0.3.1-py3-none-any.whl
Download: [link]
Size: 17754
MD5: 1c5a199846c0650268a44fa706e968ca
SHA256: 885010bd1e9f8c10e8b5e46669bd4d882beb0246856098bc37112587586b7183
Uploaded: 2024-09-05 17:03:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: weaviate-agent-demo
Version: 0.3.1
Summary: Demo project for sometimes (poorly) generating Python code for Weaviate
Author: JP Hwang
Author-Email: me[at]jphwang.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
Requires-Dist: claudette (<0.0.10,>=0.0.9)
Requires-Dist: click (<9.0.0,>=8.1.7)
Requires-Dist: streamlit (<2.0.0,>=1.38.0)
Requires-Dist: weaviate-client (<5.0.0,>=4.7.1)
Description-Content-Type: text/markdown
[Description omitted; length: 1462 characters]

WHEEL

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

RECORD

Path Digest Size
weaviate_agent_demo/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
weaviate_agent_demo/cli.py sha256=N7-MHq4btomYa42fVeS5wsuI1Tkaam9ZQ0rPrUtvE2Y 2585
weaviate_agent_demo/coder.py sha256=GBlbwWDrLIA8kS-iRiKw0QfF7mMd81Dtl5YcKVra8dc 5017
weaviate_agent_demo/db.py sha256=edFtjR98K0a4dmGrQKdPrX9JoY08bTDjRxek8wDIikU 5481
weaviate_agent_demo/db_setup/1_create_collection.py sha256=oUbtahtung7eKo8E36Byt8Rsoj2NzOzbOWr6V3zpYZc 1597
weaviate_agent_demo/db_setup/2_import.py sha256=qKr9m7hQnrBIGudvpGRViTvKKayJYw-TwTCkS1d2gXw 2535
weaviate_agent_demo/db_setup/3_test_query.py sha256=7p7pp8PKo4WiPiUD5TxcctGXtBfzD_ZtItK1yH1cKSg 635
weaviate_agent_demo/db_setup/9_create_cache_collection.py sha256=GuTgmnhJklL6cqHBlPRpgDOftfwqrfGlpSW0IXoZdpg 971
weaviate_agent_demo/db_setup/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
weaviate_agent_demo/llm.py sha256=gdKGUhaU3nSw60blsKoS8eVngOYtVv4T1gHnSlEByh0 4432
weaviate_agent_demo/prompts.py sha256=eLYePrFpYpDYtU52lkxeBiWRgmOfuAIlt7c3tx0c3z0 7254
weaviate_agent_demo/setup.py sha256=qd4a7pT8Z-S6IsAeVneTENUIw0swFSOYn7D31GVyHAo 2318
weaviate_agent_demo/tools.py sha256=iNB28klbIyqsDwg5RlctWdi5M15EKwUBxCim4g79p4w 3419
weaviate_agent_demo/utils.py sha256=2W2pfcU6Y3azC5B8IwulwyInfFTCiTC9j6VquKpE4u8 4487
weaviate_agent_demo-0.3.1.dist-info/METADATA sha256=_G2LAB28_FFw_2xk3z-xqjO6hMmE48zbGfixAHOKlpE 2293
weaviate_agent_demo-0.3.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
weaviate_agent_demo-0.3.1.dist-info/entry_points.txt sha256=mrDgOk2AXy72eoHBrfQFm4Npcda_yp8txr6Ogb0HE8s 413
weaviate_agent_demo-0.3.1.dist-info/RECORD

entry_points.txt

ask_basic_ragbot = weaviate_agent_demo.cli:ask_basic_ragbot
ask_llm = weaviate_agent_demo.cli:ask_llm
ask_ragbot_with_reformulation = weaviate_agent_demo.cli:ask_ragbot_with_reformulation
ask_ragbot_with_tools = weaviate_agent_demo.cli:ask_ragbot_with_tools
ask_weaviate_agent = weaviate_agent_demo.cli:ask_weaviate_agent
safely_ask_ragbot_with_tools = weaviate_agent_demo.cli:safely_ask_ragbot_with_tools