Skip to content

Help Enabling Cognitive Search #429

@HiltonGiesenow

Description

@HiltonGiesenow

I guess this request would fall under "Documentation" - I'm new to Semantic Kernel & Chat Copilot and trying to integrate an existing Cognitive Search instance. Ideally I'd like to use a Custom Question Answering index as a first step. At first, I thought all I needed to do was configure:

 "AzureCognitiveSearch": {
        "Auth": "ApiKey",
        "APIKey": "[My Api Key]
        "Endpoint": "https://[myresource].search.windows.net"
      },

But that got me nowhere, so I tried also:

"Retrieval": {
     "VectorDbType": "AzureCognitiveSearch",
...
   },

But still nothing. From what I was able to find, that seemed to be all I needed to do? This is per https://github.com/microsoft/chat-copilot#optional-run-the-memory-pipeline . If possible, I'd really appreciate some guidance, but I'm also happy to assist with submitting a documentation PR based on that.

On a related note, I wasn't sure if this is the best place for questions, but there doesn't seem to be much happening at https://stackoverflow.com/questions/tagged/semantic-kernel and https://stackoverflow.com/questions/tagged/chat-copilot doesn't even exist so I created it now.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationmemoryIssues or questions related to memory

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions