Spaces:
Runtime error
Runtime error
Update App_Function_Libraries/RAG/Embeddings_Create.py
Browse files
App_Function_Libraries/RAG/Embeddings_Create.py
CHANGED
|
@@ -32,8 +32,8 @@ embedding_api_url = 'https://127.0.0.1'
|
|
| 32 |
embedding_api_key = 'busted_api_key_lol'
|
| 33 |
|
| 34 |
# Embedding Chunking Settings
|
| 35 |
-
chunk_size =
|
| 36 |
-
overlap =
|
| 37 |
|
| 38 |
|
| 39 |
# FIXME - Add logging
|
|
|
|
| 32 |
embedding_api_key = 'busted_api_key_lol'
|
| 33 |
|
| 34 |
# Embedding Chunking Settings
|
| 35 |
+
chunk_size = '500'
|
| 36 |
+
overlap = '200'
|
| 37 |
|
| 38 |
|
| 39 |
# FIXME - Add logging
|