File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,3 +33,9 @@ RDF4J | rdf4j-runtime | 3.7.4 | beta / must be deployed as a remote database -
3333ArangoDB | arangodb-java-driver | 6.14.0 | beta |
3434
3535[ Click here] ( https://www.youtube.com/watch?v=_itCZjvw9D8 ) for a demo video.
36+
37+ ## Vector Databases
38+
39+ | Database | Driver class | Driver version | Status |
40+ | ---| ---| ---| ---|
41+ pgvector | org.postgresql.Driver | 42.5.0 | Use via the KnowledgeBase database |
Original file line number Diff line number Diff line change 102102 }
103103 }
104104 }
105- }
105+ },
106+ {
107+ "title" : " KnowledgeBase" ,
108+ "description" : " Expose the RAG document knowledge base to the platform" ,
109+ "code" : {
110+ "ID" : " dj/kb" ,
111+ "name" : " kb" ,
112+ "djClassName" : " com.dashjoin.ai.KnowledgeBase" ,
113+ "url" : " http://localhost:8001"
114+ }
115+ }
106116 ]
107117}
You can’t perform that action at this time.
0 commit comments