Alejandro Radisic
Alejandro Radisic
I did some basic stress testing to compare the performance, and the difference is noticeable. Observable.EveryUpdate() should be used sparingly if CPU and memory performance is of important matter. ```...
I doubt this comment will help everybody, but make sure the app.locals value you are trying to access is actually correctly set (Either by debugging, console.log, etc), I just tried...
Same issue, mac M1 too
Yep, to further clarify, a collection is created when you create the VectorStore object with a collection ID, such as: ``` Chroma(persist_directory=settings.persist_directory, embedding_function=embeddings.sentence_transformer_ef, client_settings=settings.settings, collection_name=fixed_name) ``` When doing that, you...