-
Notifications
You must be signed in to change notification settings - Fork 747
Description
Hello everyone,
I am evaluating using txtai for a new AI application we are going to develop. The software looks very promising, as it is a very cool package for using documents with AI-embedings and vector database. Also it is very good, to see quite a few API-client packages for different platforms. Additionally, there are a lot of Jupyter Notebook examples for using txtai.
But my question is, how can I upload documents and images to a running txtai-instance? All examples I have seen, use local files that are already on the server. That is not very realistic. Then I saw your enhancement off the /addobject-endpoint in the embeddings router, that shall work exactly as needed. But it is not available in any of the client-api. Is this on purpose, as the endpoint should not be used by a client-api. Or is this more of a kind of a TODO, in the sense that the enhanced endpoint is not fully reflected yet, in the api-clients.
Thanks for your reply.