-
Notifications
You must be signed in to change notification settings - Fork 630
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
How to index() or upsert() only on specific index? #827
Comments
Hello. Thank you for the kind words. I haven't considered the use case. What would be the downside in updating both indexes? |
In my specific situation, I'd want the |
So the main thing is you want to index the raw first then come back and upsert with the summaries? |
basically yes. |
And it wouldn't be possible to generate the summaries and upload at the same time? With the current functionality, the best thing would be to have two separate embeddings indexes. I'll think if there is a way to support something like this though. |
Heyo,
Love txtai, amazing work.
I have two subindexes and want to perform an
upsert()
on only one of the subindexes:Basically I'd want something like this:
Is this something that's supported? I don't see anything in the docs about it
The text was updated successfully, but these errors were encountered: