v1.0.2
Release Notes for Version 1.0.2
What's New
1. New features
- Adds Astra vector store support 6f39892
- Adds MS SQL Server support 078c17d
- Adds Streaming endpoint to show intermediate steps 1205d8a
- Adds support to Pinecone serverless 7906f03
- Adds intermediate steps in the SQL Generation response 3dbd483
- Adds LangSmith metadata param(
langsmith_metadata
) to easily filter cf88a1b - Stores the db dialect when a db connection is created 809ac31
2. Improvements and fixes
- Adds logs when a request fails 09f65c6
- Adds descriptions to the new agent faf07de
- Fixes malformed LLM output 4190b4d
- Documents error codes e94c788
- Fixes the running query forever issue cfb1d5b
- Fixes the error parsing handler 8751410
- Added Click House Hyperloglog support to improve the scaninng 61a92c9
- Fixes SQL generation 5160e8d
- Fixes background scanner process in Parallel 88ee8fa
- Fixes error handling for golden SQL additions 8efb00f
3. Migration Script
- Purpose: To facilitate a smooth transition from version 1.0.1 to version 1.0.2, we've introduced a migration script.
- Data Modifications: The script performs the following actions:
- Decrypts all the db connection
uri
column - Executes a regex method to retrieve the db dialect.
- Stores
dialect
column indatabase_connections
mongo collection.
- Decrypts all the db connection
To run the migration script, use the following command:
docker-compose exec app python3 -m dataherald.scripts.populate_dialect_db_connection