microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.

Home Page:https://microsoft.github.io/kernel-memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingest using HTML or web link

ovais-panjwani opened this issue · comments

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!

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");

The API above should address the request, otherwise please let us know :-)