Jeff Huber
Jeff Huber
@thtang Chroma now supports batch inserts and it is much faster than before. If you can load things in batches, you will see a large perf improvement.
@gustawdaniel can you confirm you are running the docker container at `localhost:8000`?
@gustawdaniel good feedback! we will get this prioritized :) glad you got it sorted out!
this now throws: ``` yarn run v1.22.19 $ node app.js Example app listening on port 3000! node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED ::1:8000 at TCPConnectWrap.afterConnect [as...
@arnaudmiribel hi there! Originally `.get` and `.query` did return the embedding itself. However this, as a default, led to very poor performance, especially over the current `REST` API. The rest...
these are both great ideas! thanks for brainstorming this :)
Update: added a section on the new `troubleshooting` page about this - https://docs.trychroma.com/troubleshooting
Options - drop the field entirely if the user does not `include` it - include the field, but just include some high level metadata about it, eg `Embeddings(shape=[x, y])` -...
@tazarov would love your thoughts on this long-outstanding issue as well
return? ``` "embeddings": "how to include object" ```