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
I’m working with the PraisonAI Node.js/TypeScript library and want to use the knowledge option.
Compare to the python version for NodeJS/TypeScript version I can't find that option.
Anyone run it in TS?
Besides that I would like to:
Take a file content as a Buffer (e.g., a PDF).
Upload it as a knowledge source.
Ensure that the vector DB / file is created only for the request and then removed automatically after processing.
Basically:
I don’t want persistent storage.
I’d like to have a “temporary knowledge base” attached to a single query.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working with the PraisonAI Node.js/TypeScript library and want to use the
knowledgeoption.Compare to the python version for NodeJS/TypeScript version I can't find that option.
Anyone run it in TS?
Besides that I would like to:
Basically:
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions