trustgraph/trustgraph-base/trustgraph/clients
cybermaggedon 6aa212061d
Fix/document embeddings (#247)
* Update schema for doc embeddings

* Rename embeddings-vectorize to graph-embeddings

* Added document-embeddings processor (broken, needs fixing)

* Added scripts

* Fixed DE queue schema

* Add missing DE process

* Fix doc RAG processing, put graph-rag and doc-rag in appropriate component files.
2025-01-04 21:51:28 +00:00
..
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00
agent_client.py Feature/agent manager (#146) 2024-11-10 11:44:01 +00:00
base.py Feature/agent manager (#146) 2024-11-10 11:44:01 +00:00
document_embeddings_client.py Fix/document embeddings (#247) 2025-01-04 21:51:28 +00:00
document_rag_client.py Maint/knowledge load collections (#132) 2024-10-31 16:28:03 +00:00
embeddings_client.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00
graph_embeddings_client.py Feature / collections (#96) 2024-10-02 18:14:29 +01:00
graph_rag_client.py Feature / collections (#96) 2024-10-02 18:14:29 +01:00
llm_client.py Implement system in text completion API (#137) 2024-11-05 22:46:17 +00:00
prompt_client.py Fix/improve command line help (#145) 2024-11-08 18:14:14 +00:00
triples_query_client.py Maint/knowledge load collections (#132) 2024-10-31 16:28:03 +00:00