mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
- Add BuildQueryOp to construct query for memory retrieval-Implement MergeMemoryOp to combine retrieved memories - Create RecallVectorStoreOp to fetch memories from vector store - Develop memory representation and conversion methods - Establish initial project structure and dependencies
11 lines
223 B
Bash
11 lines
223 B
Bash
OPENAI_API_KEY=sk-xxxx
|
|
OPENAI_BASE_URL=https://xxxx/v1
|
|
|
|
EMBEDDING_API_KEY=sk-xxxx
|
|
EMBEDDING_BASE_URL=https://xxxx/v1
|
|
|
|
LLM_API_KEY=sk-xxxx
|
|
LLM_BASE_URL=https://xxxx/v1
|
|
|
|
ES_HOSTS=http://0.0.0.0:9200
|
|
DASHSCOPE_API_KEY=sk-xxxx
|