Atreyu4EVR commited on
Commit
e747f55
·
verified ·
1 Parent(s): 1bc609b

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,6 +1,6 @@
1
  # Embeddings Configuration
2
- EMBEDDINGS_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
3
 
 
4
  # Document Processing Configuration
5
  CHUNK_SIZE = 8192
6
  CHUNK_OVERLAP = 200
 
1
  # Embeddings Configuration
 
2
 
3
+ EMBEDDING_MODEL_NAME = "sentence-transformers/all-MiniLM-L6-v2"
4
  # Document Processing Configuration
5
  CHUNK_SIZE = 8192
6
  CHUNK_OVERLAP = 200