Forum Discussion

Adelate's avatar
Adelate
Copper Contributor
Jun 17, 2024
Solved

Copilot for M365 -> access local/network files - > Any other options?

I have a question regarding the access of Copilot for M365 to local and network files and what other options I might have. I've noticed that Copilot for Teams has access to OneDrive, but Copilot...
  • Anonymous's avatar
    Anonymous
    Jun 17, 2024
    Generative AI Assistants leverage your data to build Vector indexes (Semantic Index) and leverage those vectors in RAG process (Retrieval Augmented Generation) to select the content to be send to the Large Language Model (LLM).
    > Microsoft Copilot for M365 build its semantic index from your M365 Data (emails, chat, documents...) from your Microsoft Graph & Dataverse databases (including OneDrive and Sharepoint Online).
    > Copilot M365 can be extend to leverage additional data sources beyond M365 using Graph Connectors and/or Plugins (examples : Core HR App, Atlassian App, ServiceNow...)
    > You can also use Copilot Studio to build (No-Code/Low-Code) a business specific Copilot and upload your key documents (from local sources) as a Knowledge Source (examples: HR Copilot, Expense Copilot, IT Copilot...).

    From my knowledge, if you are looking for GenAI assistant building vector indexes from OnPremise/Local files for RAG purpose, then you need to leverage an alternative technology.

    Hope its help.

Resources