chore: fixed broken URL in markdown
This commit is contained in:
parent
297c53430c
commit
f8bf577df9
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@
|
|||
"Chroma collections allow you to store and filter with arbitrary metadata, making it easy to query subsets of the embedded data. \n",
|
||||
"\n",
|
||||
"Chroma is already integrated with OpenAI's embedding functions. The best way to use them is on construction of a collection, as follows.\n",
|
||||
"Alternatively, you can 'bring your own embeddings'. More information can be found [here]https://docs.trychroma.com/embeddings)"
|
||||
"Alternatively, you can 'bring your own embeddings'. More information can be found [here](https://docs.trychroma.com/embeddings)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue