I want to make a chatbot in which each user asks LLM and get an answer based on user files on drive.
Solved! Go to Solution.
Hi @OmidGhozat,
Welcome to Google Cloud Community!
Making a chatbot that answers questions using user files includes several steps. Here’s a simple overview of the process:
1. User Interface: You’ll need a platform for users to interact with the chatbot. This could be a website, mobile app, or a straightforward command-line interface. The interface should enable users to submit their questions.
3. LLM Integration: Select a Large Language Model (LLM) that fits your requirements. Popular options include:
Note: Each LLM comes with its own API and documentation. Be sure to create an account with the provider and acquire the necessary API keys.
4. Chatbot Logic: When a user poses a question:
For Technical Details:
2. LLM API:
I hope the above information is helpful.
To create a chatbot where each user can ask questions and get answers based on their files stored on Google Drive, you can follow these steps:-
1. Authentication and Access to Google Drive
2. Processing Files
3. Embedding and Indexing Data
4. LLM Integration
5. Fine-tuning Responses
6. User Interface
Thank you for your suggestion. How can it be faster? Should embedding and indexing data be in each given query?
I think u can try with RAG on the drive files if u can able to acess the drive files, instead of the knowledge base prepared for RAG, u can directly use the drive's content as knowledge base
Hi @OmidGhozat,
Welcome to Google Cloud Community!
Making a chatbot that answers questions using user files includes several steps. Here’s a simple overview of the process:
1. User Interface: You’ll need a platform for users to interact with the chatbot. This could be a website, mobile app, or a straightforward command-line interface. The interface should enable users to submit their questions.
3. LLM Integration: Select a Large Language Model (LLM) that fits your requirements. Popular options include:
Note: Each LLM comes with its own API and documentation. Be sure to create an account with the provider and acquire the necessary API keys.
4. Chatbot Logic: When a user poses a question:
For Technical Details:
2. LLM API:
I hope the above information is helpful.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |