Skip to content
Discussion options

You must be logged in to vote

hi @martinoss the service returns tags and other details, which you should see also in the MemoryAnswer object if you're using C# WebClient.

Here's an example of a response, after using the ImportWebPageAsync API to upload a web page:

{
    "question": "which storage engines can I use with Kernel Memory?",
    "noResult": false,
    "text": "The storage engines you can use with Kernel Memory include Azure AI Search, Elasticsearch, Postgres, Qdrant, Redis, In memory KNN, and On disk KNN.",
    "relevantSources": [
        {
            "link": "default/doc001/c8e2d982611649fba242c06c8ee1b37f",
            "index": "default",
            "documentId": "doc001",
            "fileId": "c8e2d9…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dluc
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #247 on June 04, 2024 20:00.