oceansweep commited on
Commit
4304355
1 Parent(s): 4702fda

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 = loaded_config['Embeddings']['chunk_size']
36
- overlap = loaded_config['Embeddings']['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