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
Hi @clemlesne,
first of all: thank you for your awesome work. finally got the call-center-ai sample project all set up but now I'm facing issues with filling the index via synthetic-rag-index.
I created the index "trainings" with the fields as specified. But when I import documents via the application pipeline the "Vector index size" remains at 0 Bytes. Document count is up to 112, "Total storage size" is only 289.7 KB.
For comparison I created another index and filled it with one of the same documents via the azure web frontend and this index has an document count of 93, vector index size of 575,66kb and 2.8MB of storage size.
Can you point me in the right direction if the 0 Bytes is as expected or if something went wrong with the embeddings from ada?
Thanks!
The text was updated successfully, but these errors were encountered:
Indeed, vectors are not pushed at all into AI Search. My bad. Out of the box, you should be able to use BM25 from AI Search, which gives you good results even without vectors.
Thank you for noticing this!
We need to:
Create vectors from the QA with OpenAI text embedding model
Hi @clemlesne,
first of all: thank you for your awesome work. finally got the call-center-ai sample project all set up but now I'm facing issues with filling the index via synthetic-rag-index.
I created the index "trainings" with the fields as specified. But when I import documents via the application pipeline the "Vector index size" remains at 0 Bytes. Document count is up to 112, "Total storage size" is only 289.7 KB.
For comparison I created another index and filled it with one of the same documents via the azure web frontend and this index has an document count of 93, vector index size of 575,66kb and 2.8MB of storage size.
Can you point me in the right direction if the 0 Bytes is as expected or if something went wrong with the embeddings from ada?
Thanks!
The text was updated successfully, but these errors were encountered: