Ingest using HTML or web link #564
-
Hi, I hope you are doing well! I'm trying to ingest documents from our internal wiki, but I have to copy all the contents from the wiki into a txt file, then I can ingest the data as memory. I was wondering if we can add an improvement to be able to ingest documents via html files or web links? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
hi @ovais-panjwani good news, that's part of the memory API :-) await memory.ImportWebPageAsync(
"https://raw.githubusercontent.com/microsoft/kernel-memory/main/README.md"); |
Beta Was this translation helpful? Give feedback.
-
The API above should address the request, otherwise please let us know :-) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
hi @ovais-panjwani good news, that's part of the memory API :-)