microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
353 stars 145 forks source link

[Dev support]: Chef Bot #1636

Closed PatelN123 closed 1 month ago

PatelN123 commented 1 month ago

Hi - I have managed to get Chef Bot up and running however I'm encountering issues customising the index. I've used Vectra and created a custom script to create the embeddings and index however Teams-AI is not accepting this when I upload it and send a message. Is there a script that I can use to create an index based on my TXT files?

corinagum commented 1 month ago

Hi @PatelN123, have you already followed the Vectra instructions for creating your index? https://github.com/Stevenic/vectra/blob/main/samples/wikipedia/README.md#create-an-empty-index Is it after this that you are still running into trouble?

PatelN123 commented 1 month ago

Ah yes that's worked, thanks. I did not see the samples folder!