watson-developer-cloud / assistant-toolkit

Toolkit for experimentation with watsonx Assistant
Apache License 2.0
114 stars 128 forks source link

Need to document requirements for Milvus integration #142

Closed andrewrfreed closed 1 year ago

andrewrfreed commented 1 year ago

In this example, we use Milvus to search a document collection that we previously indexed with this python script. We include this script as an example for reference.

requirements.txt would be great, I needed to run:

pip install PyPDF2
pip install langchain
pip install huggingface_hub
pip install pymilvus
jwm4 commented 1 year ago

@mdswift completed this and also clarified the distinction between the REST and gRPC ports for Milvus (because the extension uses the former and the ingestion program uses the latter).