feat: add submitted collection, /similar and /submitted endpoints (Stage 4)
Made-with: Cursor
This commit is contained in:
@@ -7,6 +7,8 @@ RAG_CACHE_DIR=data/models
|
||||
# VectorStore
|
||||
RAG_VECTORS_PATH=data/vectors/vectors.npz
|
||||
RAG_MAX_EXAMPLES=10000
|
||||
RAG_MAX_SUBMITTED=5000
|
||||
RAG_SUBMITTED_PATH=data/vectors/submitted.npz
|
||||
RAG_SCORE_MULTIPLIER=5.0
|
||||
|
||||
# Батч-обработка
|
||||
|
||||
Reference in New Issue
Block a user