Chester Chen

Results 2 issues of Chester Chen

If you have project setup like Parent depends on Child1 and child2 parent/project parent/child1/project parent/child2/project at parent you run sbt gen-idea the conten root of the project-child1-build and project-child2-build all...

OS. Linux Ubuntu 20.04 Issue: consistently get ``` MilvusException: ``` Example: https://github.com/NVIDIA/GenerativeAIExamples/blob/main/RAG/notebooks/langchain/Chat_with_nvidia_financial_reports.ipynb code with issue ``` COLLECTION_NAME = "NVIDIA_Finance" from langchain_community.vectorstores import Milvus vectorstore = Milvus.from_documents( documents, embedder_document, collection_name=COLLECTION_NAME, connection_args={"uri":...