Skip to content

Commit a537f0f

Browse files
56 oracle db integration (#280)
* oraclevs custom ingestion & retrieval with content rerefence only in vectorstore to the original text content in a field table * fix chunk order by distance * GUI to get SQL/DB Connection one shot vector store ingestion from a SQL query * SQL query support for VARCHAR fields * fix after merge * pylint * pylint * pylint fixes * pylint fix * demo move under doc/demo * fix error messages and db connection handling --------- Co-authored-by: John Lathouwers <[email protected]>
1 parent 062b9a0 commit a537f0f

File tree

5 files changed

+779
-8
lines changed

5 files changed

+779
-8
lines changed

docs/demo/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Demo: OracleVS extension for no data duplication in vectorstore
2+
3+
Demo to show an *experimental* implementation of a "referenced" vectorstore, coming by a relational table data source.
4+
5+
Run the Jupyter Notepad `oraclevs_new.ipynb` and follow the instructions and explanation there.

0 commit comments

Comments
 (0)