GoogleCloudPlatform / Open_Data_QnA

The Open Data QnA python library enables you to chat with your databases by leveraging LLM Agents on Google Cloud. Open Data QnA enables a conversational approach to interacting with your data by implementing state-of-the-art NL2SQL / Text2SQL methods.
Apache License 2.0
103 stars 35 forks source link

v2-draft: Allow disabling Firestore #33

Open rafi-rr opened 2 months ago

rafi-rr commented 2 months ago

Hi,

Would it possible to not create and use Firestore? Our use case stores the session logs in our data warehouse so this isn't required for us. A configuration flag would be appreciated.

Thanks.

rafi-rr commented 3 days ago

I submitted PR #59 for a potential crash and then we can close this issue.