-
Context / ScenarioI am currently Using LLamaSharp to run my LLMs, then i got inspired by privateGPT and thought i can do that with my codebases, but it takes a very long time for my budget server to ingest them everytime QuestionHow can i export the imported files, to a vector db or smth? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@SymoHTL sorry I'm not sure I understand the question. Are you already using Kernel Memory? when you say "export" do you plan to migrate from some solution to another one? Could you provide more details? |
Beta Was this translation helpful? Give feedback.
-
i think i am using kernel memory, this is my only and current solution ok, i am just starting out currently i have this code:
my problem now is that the ingestion (Importing pdf's) takes a long time and i was wondering how i can safe the imported pdfs, like in a vector db or just in a plain file, on the docs page there is a diagram with Memory Db, however i didnt find anything on how i can do smth like that |
Beta Was this translation helpful? Give feedback.
-
nvm i found this https://www.developerscantina.com/p/kernel-memory/ sorry for the inconvenience |
Beta Was this translation helpful? Give feedback.
nvm i found this https://www.developerscantina.com/p/kernel-memory/
sorry for the inconvenience