Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding upserting multiple texts and links #1272

Open
Swarnitha-eluru opened this issue Jan 4, 2024 · 0 comments
Open

Regarding upserting multiple texts and links #1272

Swarnitha-eluru opened this issue Jan 4, 2024 · 0 comments

Comments

@Swarnitha-eluru
Copy link

Swarnitha-eluru commented Jan 4, 2024

I am trying to upsert documents in the below format but its failing its showing that it got upserted but when I check in the database there is table with empty documents ,chunks etc..
{"id":str(unique_id),"text1":str(data1),"link1":str(doc1),"text2":str(data2),"link2":str(doc2),"text3":str(data3),"link3":str(doc3)}
It is upserting only for this format {"id":str(unique_id),"text":str(data1),"link":str(doc1)}
I am having requirement to upsert three links , three texts respectively along with the id in the above format which I shared.
Can you please show me the solution on this.
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant