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:
Shukri
2023-04-27 06:48:08 +02:00
committed by GitHub
parent 440c98e24b
commit fac4f36a87

View File

@@ -75,7 +75,8 @@
" \"vectorizer\": \"text2vec-openai\",\n",
" \"moduleConfig\": {\n",
" \"text2vec-openai\": {\n",
" \"model\": \"babbage\",\n",
" \"model\": \"ada\",\n",
" \"modelVersion\": \"002\",\n",
" \"type\": \"text\"\n",
" }\n",
" },\n",