mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Update models used for embeddings in the weaviate example (#3594)
Use text-embedding-ada-002 because it [outperforms all other models](https://openai.com/blog/new-and-improved-embedding-model).
This commit is contained in:
parent
440c98e24b
commit
fac4f36a87
@ -75,7 +75,8 @@
|
|||||||
" \"vectorizer\": \"text2vec-openai\",\n",
|
" \"vectorizer\": \"text2vec-openai\",\n",
|
||||||
" \"moduleConfig\": {\n",
|
" \"moduleConfig\": {\n",
|
||||||
" \"text2vec-openai\": {\n",
|
" \"text2vec-openai\": {\n",
|
||||||
" \"model\": \"babbage\",\n",
|
" \"model\": \"ada\",\n",
|
||||||
|
" \"modelVersion\": \"002\",\n",
|
||||||
" \"type\": \"text\"\n",
|
" \"type\": \"text\"\n",
|
||||||
" }\n",
|
" }\n",
|
||||||
" },\n",
|
" },\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user