trustgraph/trustgraph-base/trustgraph/messaging/translators
cybermaggedon 310a2deb06
Feature/streaming llm phase 1 (#566)
* Tidy up duplicate tech specs in doc directory

* Streaming LLM text-completion service tech spec.

* text-completion and prompt interfaces

* streaming change applied to all LLMs, so far tested with VertexAI

* Skip Pinecone unit tests, upstream module issue is affecting things, tests are passing again

* Added agent streaming, not working and has broken tests
2025-11-26 09:59:10 +00:00
..
__init__.py Structure data diagnosis service (#518) 2025-09-16 21:43:23 +01:00
agent.py Feature/streaming llm phase 1 (#566) 2025-11-26 09:59:10 +00:00
base.py Feature/translator classes (#414) 2025-06-20 16:59:55 +01:00
collection.py Collection management part 2 (#522) 2025-09-19 16:08:47 +01:00
config.py Empty configuration is returned as empty list, previously was not in response (#436) 2025-07-15 14:30:37 +01:00
diagnosis.py Added XML, JSON, CSV detection (#519) 2025-09-16 23:53:43 +01:00
document_loading.py Feature/translator classes (#414) 2025-06-20 16:59:55 +01:00
embeddings.py Feature/translator classes (#414) 2025-06-20 16:59:55 +01:00
embeddings_query.py Return empty embeddings list as empty list through gateway (#514) 2025-09-11 00:34:45 +01:00
flow.py flow parameters (#526) 2025-09-23 23:18:04 +01:00
knowledge.py Feature/translator classes (#414) 2025-06-20 16:59:55 +01:00
library.py Fix/library translators (#415) 2025-06-23 21:52:21 +01:00
metadata.py Fix/library translators (#415) 2025-06-23 21:52:21 +01:00
nlp_query.py Structured query support (#492) 2025-09-04 16:06:18 +01:00
objects_query.py Feature/graphql table query (#486) 2025-09-03 23:39:11 +01:00
primitives.py Structure data mvp (#452) 2025-08-07 20:47:20 +01:00
prompt.py Feature/streaming llm phase 1 (#566) 2025-11-26 09:59:10 +00:00
retrieval.py Feature/translator classes (#414) 2025-06-20 16:59:55 +01:00
structured_query.py Extend use of user + collection fields (#503) 2025-09-08 18:28:38 +01:00
text_completion.py Feature/streaming llm phase 1 (#566) 2025-11-26 09:59:10 +00:00
tool.py MCP client support (#427) 2025-07-07 23:52:23 +01:00
triples.py Feature/translator classes (#414) 2025-06-20 16:59:55 +01:00