trustgraph/trustgraph/clients
cybermaggedon e4c4774b5d
Extract rows and apply object embeddings (#42)
* - Restructured the extract directories
- Added an extractor for 'rows' == a row of a table
- Added a row extractor prompt to prompter.
* Add row support to template prompter
* Row extraction working
* Bump version
* Emit extracted info
* Object embeddings store
* Invocation script
* Add script to package, remove cruft output
* Write rows to Cassandra
* Remove output cruft
2024-08-27 21:55:12 +01:00
..
__init__.py - Change flawed _client timeout logic which was causing major lags 2024-08-20 17:54:11 +01:00
base.py Fix timeouts (#37) 2024-08-25 23:57:30 +01:00
document_embeddings_client.py Added doc embedding support (#41) 2024-08-26 23:45:23 +01:00
document_rag_client.py Added doc embedding support (#41) 2024-08-26 23:45:23 +01:00
embeddings_client.py Fix timeouts (#37) 2024-08-25 23:57:30 +01:00
graph_embeddings_client.py Fix timeouts (#37) 2024-08-25 23:57:30 +01:00
graph_rag_client.py Fix client missing exception import (#30) 2024-08-23 12:59:14 +01:00
llm_client.py Fix timeouts (#37) 2024-08-25 23:57:30 +01:00
prompt_client.py Extract rows and apply object embeddings (#42) 2024-08-27 21:55:12 +01:00
triples_query_client.py Fix timeouts (#37) 2024-08-25 23:57:30 +01:00