Vectorize Docs for RAG Chatbot#320
Conversation
|
|
|
Is there a ticket to this or maybe an explanation of what it does? @patriciaflutterflow |
Hello @PoojaB26 ! Yes added a brief overview at the top |
|
Can we close this ticket? @patriciaflutterflow |
|
@PoojaB26 if it's alright with you can I leave it open for now? I may create a new branch for this but using a lot of the existing code here. Basically, this is to update the database for the chatbot automatically every time new documentation is added or when existing documentation is changed |
|
@patriciaflutterflow I mean the branch can be open, but will this PR be merged anytime soon? We can just close the PR and keep the branch for you to compare code? |
|
Ohhhh I gotchu sounds good I'll close it :) |
Link to RAG Chatbot PRD
There are 2 tables in BigQuery associated with documentation for the RAG Chatbot:
The code here ultimately processes each documentation page to write to the tables in BigQuery.
What happens:
process_single_fileinvectorize.pyToDo: right now, I am getting a 429 error quota exceeded after vectorizing sometimes. Check to see what quota limits are and how to get around it.