Open_Data_QnA icon indicating copy to clipboard operation
Open_Data_QnA copied to clipboard

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 imp...

Results 43 Open_Data_QnA issues
Sort by recently updated
recently updated
newest added

This PR adds support for Spanner as an additional database option in parallel to BigQuery and PostgreSQL. It accesses a Spanner instance and then is capable of using all databases...

**Quota limit has reached when running /Users/Username/Project/Open_Data_QnA/notebooks/**1_Setup_OpenDataQnA.ipynb**** ``` Generating embeddings from source db schemas Source Found at Path ::[ /Users/Username/Project/Open_Data_QnA/scripts/data_source_list.csv](about:blank) The Embeddings are extracted for the below combinations source schema...

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `cookie` from 0.5.0 to 0.7.1 Release notes Sourced from cookie's...

dependencies
javascript

Fixed the get_column_samples SQL to resolve the 400 error with bigquery while craeting embeddings in the setup notebook.

~/Open_Data_QnA/dbconnectors/BQConnector.py:459, in BQConnector.get_column_samples(self, columns_df) 454 for index, row in columns_df.iterrows(): 455 get_column_sample_sql=f'''SELECT STRING_AGG(CAST(value AS STRING)) as sample_values FROM UNNEST((SELECT APPROX_TOP_COUNT({row["column_name"]},5) as osn 456 FROM `{row["project_id"]}.{row["table_schema"]}.{row["table_name"]}` ... --> 494 raise exceptions.from_http_response(response)...

The current agent core classes sets the location variable from the PG_LOCATION; This is confusing to users and may throw errors when not using PG (hence setting the values as...

Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5. Changelog Sourced from rollup's changelog. rollup changelog 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies
javascript

Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `body-parser` from 1.20.1 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's...

dependencies
javascript