Commit Graph

8313 Commits (bc70988935a69850da237d2fde8ce415c7be67db)
 

Author SHA1 Message Date
Rahim Kanji bc70988935 Added Chunking and Embedding guide
3 months ago
Rahim Kanji 1b322ed2bb add comprehensive test suite for SQLite Server via MySQL protocol
3 months ago
Rahim Kanji d66248eb4c add verbose logging for bulk embedding operations
3 months ago
Rahim Kanji 211179bdcb rag_ingest: Rewrite to use MySQL protocol (Sqlite_Server) instead of SQLite3 API
3 months ago
René Cannaò c5c726ea98
Merge pull request #5321 from sysown/v4.0-mcp_rules_test
3 months ago
Rene Cannao 87d8c25074 Reapply "fix: 'SQLITE_CONFIG_URI' not being set on 'LoadPlugins'"
3 months ago
René Cannaò 342272367d
Merge pull request #5324 from sysown/v4.0_rag_ingest_2
3 months ago
Rene Cannao 35b316d4f3 Fix absolute paths in documentation
3 months ago
Rene Cannao a5edd4ad97 Add comprehensive RAG ingestion usage guide
3 months ago
Rene Cannao 48260cbf09 Revert "fix: 'SQLITE_CONFIG_URI' not being set on 'LoadPlugins'"
3 months ago
Javier Jaramago Fernández 51e91378c4 test: Add/Improve TAP tests for MCP query_rules/digests
3 months ago
Rene Cannao 5fd779464d Add embedding testing plan documentation
3 months ago
Javier Jaramago Fernández 08e7c8ce97 chore: Remove data files mistakenly added to root folder
3 months ago
Javier Jaramago Fernández df221617c0 fix: 'SQLITE_CONFIG_URI' not being set on 'LoadPlugins'
3 months ago
Rene Cannao ff50e834f0 Implement batch embedding generation in rag_ingest
3 months ago
René Cannaò 6166adaf05
Merge pull request #5318 from rahim-kanji/v4.0_rag_ingest
3 months ago
Rene Cannao 07154ca661 Empty commit to differentiate from v4.0_rag_ingest_2
3 months ago
Rene Cannao 42a67ebaf2 Merge rahim/v4.0_rag_ingest into v4.0_rag_ingest_2
3 months ago
Rene Cannao 950f163bfb Fix compilation issues: use static libcurl and improve includes
3 months ago
Rene Cannao 38e5e8e56b Fix critical issues from coderabbitai review
3 months ago
Rene Cannao 9ba3df0ce7 Address AI code review feedback from PR #5318
3 months ago
René Cannaò 1f38d9210c
Merge pull request #5313 from sysown/pr-5312-fixes
3 months ago
Rahim Kanji d28444a02e Merge remote-tracking branch 'v4.0' into v4.0_rag_ingest
3 months ago
Rahim Kanji bc33c33295 Add vec embedding handling with stub and OpenAI providers
3 months ago
Rene Cannao 3ccfa2bcc1 Address AI code review feedback for PR #5313
3 months ago
Rene Cannao c914feb230 Fix security issues identified in PR #5312 code review
3 months ago
René Cannaò 4075e7cf62
Merge pull request #5312 from ProxySQL/v3.1-vec
3 months ago
René Cannaò 19d29a7346
Merge pull request #28 from ProxySQL/v3.1-vec-loadplugin-fix
3 months ago
Rene Cannao 03e58146ea fix: Re-enable SQLite3DB::LoadPlugin() with allow_load_plugin flag
3 months ago
René Cannaò 3f1397c014
Merge pull request #27 from ProxySQL/v3.1-MCP2_QR
3 months ago
Rene Cannao a3afde3472 fix: Address copilot review concerns for Discovery_Schema.cpp
3 months ago
Rene Cannao 7b6966b9c2 fix: Complete JSON escaping in fingerprint_mcp_args
3 months ago
Rene Cannao f2536f01d2 Merge v3.1-vec into v3.1-MCP2_QR
3 months ago
Rene Cannao 5d4318b547 fix: Address coderabbitai review concerns for PR #27
3 months ago
Rahim Kanji d47e196fc6 Added rag_chunks and rag_fts_chunks test
3 months ago
Rahim Kanji 2f6b058f7b Added test_rag_ingest.sh
3 months ago
Rahim Kanji fb3673dd9d added sample sql files
3 months ago
Rahim Kanji 57d8c3f3b8 Make rag_ingest compile
3 months ago
René Cannaò b16d16fb20
Merge pull request #26 from ProxySQL/v3.1-vec-resolved
3 months ago
Rene Cannao ffe5690360 fix: Address coderabbitai review - use-after-free, missing responses, SQL injection
3 months ago
Rene Cannao 5ece563514 fix: Correct SQL prepared statement API usage and template variable access
3 months ago
Rene Cannao 9f07e9631e fix: Use prepared statements in ProxySQL_Admin_Stats to prevent SQL injection
3 months ago
Rene Cannao 3bcee22700 fix: Execute MCP query rules DELETE+INSERT as explicit transaction
3 months ago
Rene Cannao 188aef90fe fix: Use delete instead of free for SQLite3_result in load_mcp_query_rules_to_runtime
3 months ago
Rene Cannao bbc04974f1 fix: Fix mysql_query failure path and affected_rows race condition
3 months ago
Rene Cannao b3edc6524b fix: Escape SQL strings in harvest_view_definitions
3 months ago
Rene Cannao 6835713f11 fix: Correct column indexes in build_quick_profiles
3 months ago
Rene Cannao e9abee625b fix: Execute prepared statement in execute_parameterized_query
3 months ago
Rene Cannao 6305537ba8 fix: Use delete instead of free for SQLite3_result deallocation
3 months ago
Rene Cannao 5e121399aa fix: Add AFTER UPDATE trigger to keep catalog_fts index in sync for upserts
3 months ago