ReMe/example.env
jinli.yl 4739d39f3f feat(reme_ai): implement memory retrieval and merging functionality
- 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
2025-08-25 16:10:53 +08:00

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