Document Upload (In Progress) #713
Replies: 12 comments 25 replies
-
This would be a great addition to this repo! |
Beta Was this translation helpful? Give feedback.
-
@cbutler-captech - thanks for the update. do you know if this functionality will allow you to upload a document and compare it to an existing AI Search index? for example, you upload a document and then ask the bot to make any suggestions or point out gaps based on similar documents that have already been indexed? i have not seen a tool for doing this yet, but am interested in this functionality. |
Beta Was this translation helpful? Give feedback.
-
hey @cbutler-captech - any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your patience. We are new to the open source world and I had to make sure I had all my ducks in a row. Setup is kindof tricky. See the readme_docupload.md and each out if you have any issues. |
Beta Was this translation helpful? Give feedback.
-
Hey @cbutler-captech , any update on this feature? When can we expect it to roll out. I am really excited of its use-case specifically within our team :) |
Beta Was this translation helpful? Give feedback.
-
Thank you! This looks pretty good, can't wait to get this integrated into my app. |
Beta Was this translation helpful? Give feedback.
-
Looking forward to using this feature. Do we have any ETA on this feature release? Thank you for the hard work. |
Beta Was this translation helpful? Give feedback.
-
What is the status of this feature? |
Beta Was this translation helpful? Give feedback.
-
Not sure who this is helpful for but there is this other repo (managed by Azure Samples) https://github.com/Azure-Samples/azure-search-openai-demo that has a similar chat app but has a file upload function I am planning to try to integrate this into what I have forked from sample-app-aoai-chatGPT |
Beta Was this translation helpful? Give feedback.
-
My apologies, my team has disbanded and I no longer have the front end resources to dedicate to this feature. I hope someone can take this over and get any issues resolved and get it into the main branch as we are evaluating other front ends and the potential to put effort into custom Copilots. |
Beta Was this translation helpful? Give feedback.
-
Copilot been getting a lot of attention as a UI and orchestrator - I'd appreciate any insights into whether it has a role in this scenario, or is this a prioritisation on copilot? |
Beta Was this translation helpful? Give feedback.
-
You could switch to azure-search-openai-demo, which already has it implented. |
Beta Was this translation helpful? Give feedback.
-
All, I have a team internally working on a document upload feature (chat with your document). The goal is secure and isolated chat with oneoff documents. We are building this internally but have plans to push it back as a pull request when complete.
Once complete you will be able to:
Upload a document
Chat with it - ensuring that noone else can access it. Document will only be available to the current conversation (or user, depending on configuration)
Chat with any documents marked as global (configurable)
Tech Stack:
Azure AI Search
Azure OpenAI/Vector Embeddings
Azure Storage Blobs
Please add your thoughts...
Beta Was this translation helpful? Give feedback.
All reactions