You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`embedding_dims`: integer or `null`, the number of dimensions to truncate the embeddings
279
+
to. _Make sure your model supports Matryoshka Representation Learning (MRL)
280
+
before using this._ Learn more about MRL [here](https://sbert.net/examples/sentence_transformer/training/matryoshka/README.html#matryoshka-embeddings).
281
+
When set to `null` (or unset), the embeddings won't be truncated;
278
282
-`db_url`: string, the url that points to the Chromadb server. VectorCode will start an
279
283
HTTP server for Chromadb at a randomly picked free port on `localhost` if your
280
284
configured `http://host:port` is not accessible. Default: `http://127.0.0.1:8000`;
0 commit comments