Jun Zhang
Results
1
issues of
Jun Zhang
### Describe the issue LLM: ChatGLM3 API: FastChat My Skill: ```python from langchain_community.vectorstores import Milvus from langchain_community.embeddings import HuggingFaceBgeEmbeddings embeddings_path = "D:\\aimodel\\bge-large-zh-v1.5" def search_knowledge(query_text): """ get info from knowledge Parameters:...
studio