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
785 B
785 B
| jupytext | kernelspec | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Installation
Install from PyPI (Recommended)
pip install reme-ai
Install from Source
git clone https://github.com/modelscope/ReMe.git
cd ReMe
pip install .
Environment Configuration
Copy example.env to .env and modify the corresponding parameters:
FLOW_LLM_API_KEY=sk-xxxx
FLOW_LLM_BASE_URL=https://xxxx/v1
FLOW_EMBEDDING_API_KEY=sk-xxxx
FLOW_EMBEDDING_BASE_URL=https://xxxx/v1
You’ve completed the installation! Head over to quick start to see how to start using Reme quickly.