Conversation
- Added db_factory.py to manage connections to various databases with encryption. - Created models for database credentials in credentials.py using Pydantic. - Introduced API router for connectors with endpoints to register connections, list connections, execute queries, and disconnect. - Implemented support for multiple database types including PostgreSQL, MySQL, MongoDB, Neo4j, Supabase, Databricks, Snowflake, Redis, Pinecone, BigQuery, SQLite, and ClickHouse. - Added validation for credentials and query execution with read-only enforcement.
… logging - Added Neo4j client for asynchronous database interactions. - Updated execution_service to log execution status with graph_node_id. - Refactored graph_service to utilize Neo4j for node and edge management. - Implemented auto-linking of execution results to graph nodes. - Introduced metadata synchronization from PostgreSQL to Neo4j. - Enhanced audit history retrieval for linked nodes. - Updated requirements and docker-compose for Neo4j integration.
Refactor context retrieval and execution services to utilize Neo4j for schema and context management - Updated context retrieval service to build AI context bundles directly from Neo4j, removing reliance on PostgreSQL for context storage. - Modified execution service to eliminate unnecessary PostgreSQL queries for table metadata, simplifying error handling. - Introduced a new connector introspection service to sync live schema from PostgreSQL to Neo4j. - Created a graph knowledge service to manage table schemas, skills, and proposal contexts in Neo4j. - Enhanced skill registry service to mirror skills into the Neo4j knowledge graph. - Deprecated PostgreSQL metadata sync in favor of direct graph interactions, ensuring a cleaner architecture. - Added demo knowledge seeding functionality to bootstrap initial data in Neo4j.
…r schema and context management - Updated context retrieval service to build AI context bundles directly from Neo4j, removing reliance on PostgreSQL for context storage. - Modified execution service to eliminate unnecessary PostgreSQL queries for table metadata, simplifying error handling. - Introduced a new connector introspection service to sync live schema from PostgreSQL to Neo4j. - Created a graph knowledge service to manage table schemas, skills, and proposal contexts in Neo4j. - Enhanced skill registry service to mirror skills into the Neo4j knowledge graph. - Deprecated PostgreSQL metadata sync in favor of direct graph interactions, ensuring a cleaner architecture. - Added demo knowledge seeding functionality to bootstrap initial data in Neo4j.
…validation scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.