mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
- Added QdrantVectorStore backend with native async operations - Implemented advanced filtering capabilities for metadata queries - Added support for Qdrant Cloud and local deployments- Updated vector store comparison table with Qdrant features - Enhanced documentation with Qdrant setup and usage examples - Fixed code block formatting in vector store API guide - Updated embedding model integration for Qdrant compatibility
7 lines
No EOL
198 B
Bash
7 lines
No EOL
198 B
Bash
FLOW_EMBEDDING_API_KEY=sk-xxxx
|
|
FLOW_EMBEDDING_BASE_URL=https://xxxx/v1
|
|
FLOW_LLM_API_KEY=sk-xxxx
|
|
FLOW_LLM_BASE_URL=https://xxxx/v1
|
|
|
|
# FLOW_ES_HOSTS=http://0.0.0.0:9200
|
|
# FLOW_DASHSCOPE_API_KEY=sk-xxx |