Enkrateia
Enkrateia
```python files = ( ctx.web .get_folder_by_server_relative_url(folder_url) .get_files(True) .filter("version eq '2010'") .get() .execute_query() ) for file in files: print(file.serverRelativeUrl) ``` It is doing recursive file retrieval but the filter was never...
From what I understand multiprocessing is achievable through streamable http only. Which now is available, you can test with that.
For clarification, there is only one docker container (v0.5.4) with docker volume created with chroma 0.4.22. I have around 10-15 collections, I am able to fetch it for the rest...
If I remove the dir, in step 5, does not my all data (documents, embeddings, etc.) in that collection will be lost ? The data is quite sensitive, so unable...
So I need to copy the deleted dir again at that persistent volume after the index creation by chroma ?