Commit graph

1312 commits

Author SHA1 Message Date
cybermaggedon
6565adb1ec
Enable AKS integration of text-completion-azure-openai (#319)
Reconfigure so that AZURE_TOKEN, AZURE_MODEL and AZURE_ENDPOINT
can be used to set the token/model/endpoint parameters.  This allows it to
be deployed in K8s and use secrets to set these environment variables
2025-03-18 20:27:45 +00:00
cybermaggedon
a22bf0f04e
Azure AKS, experimenting with config (#317) 2025-03-15 12:41:46 +00:00
cybermaggedon
1db6dd5dfd
Support bedrock inference profiles (#314)
* Break out enums for different model types

* Add model detection for inference profiles in US and EU

* Encapsulate model handling, make it easier to manage
2025-03-15 12:39:15 +00:00
cybermaggedon
741d54cf72
Enable fastembed component (#316) 2025-03-15 12:38:57 +00:00
cybermaggedon
a922852017
Fix async/sync load issues with knowledge streaming APIs (#315) 2025-03-15 12:38:10 +00:00
Jack Colquitt
c08779ff3c
Merge pull request #313 from trustgraph-ai/feature/mistral-support
Added support for Mistral API
2025-03-14 18:18:03 -07:00
JackColquitt
a46de297c1 More Mistral pieces 2025-03-14 18:12:33 -07:00
JackColquitt
d676804107 Added Mistral jsonnet templates 2025-03-14 18:07:51 -07:00
JackColquitt
5f5cf8fd07 Added basic Mistral API support 2025-03-14 17:47:59 -07:00
Jack Colquitt
d1233e66dd
README changes for Config Builder and Test Suite 2025-03-12 18:20:18 -07:00
cybermaggedon
88768a791b
Tweak GraphRAG and DocRAG params, path hops == 2 (#312) 2025-03-13 00:44:25 +00:00
cybermaggedon
ef845d6c9b
Feature/rag parameters (#311)
* Change document-rag and graph-rag processing so that the user can
specify parameters.  Changes in Pulsar services, Pulsar message
schemas, gateway and command-line tools.  User-visible changes in
new parameters on command-line tools.

* Fix bugs, graph-rag working

* Get subgraph truncation in the right place

* Graph RAG and document RAG working and configurable

* Multi-hop path traversal GraphRAG

* Add safety valve for path_size set too high
2025-03-13 00:38:18 +00:00
cybermaggedon
f1559c5944
Feature/librarian (#310)
* Add fields to library schema

* Added list function, incomplete

* Librarian list operation
2025-03-11 16:52:59 +00:00
Jack Colquitt
ed3636c867
Fixed README typo 2025-03-08 12:09:03 -08:00
Jack Colquitt
707ce20fe2
README messaging overhaul 2025-03-06 12:19:22 -08:00
Jack Colquitt
a695916287
New horizon image for README 2025-03-06 11:37:49 -08:00
Jack Colquitt
68fb951122
Add files via upload 2025-03-06 11:37:16 -08:00
Jack Colquitt
28bcbf8a40
Added layer diagram to README 2025-03-06 11:29:34 -08:00
Jack Colquitt
f70cd202cb
Add files via upload 2025-03-06 11:28:54 -08:00
Jack Colquitt
6b85950e00
Added layer diagram 2025-03-06 11:25:15 -08:00
cybermaggedon
5575e885e5
Fix merge issues with api-key, conflicts with librarian changes (#309) 2025-02-15 12:25:26 +00:00
cybermaggedon
617eb7efd5
Feature/pulsar api key support (#308)
* Add pulsar API token check

* Added missing api_key references

---------

Co-authored-by: Tyler O <4535788+toliver38@users.noreply.github.com>
2025-02-15 11:22:48 +00:00
Jack Colquitt
6eb9235309
Update README tagline 2025-02-14 16:49:49 -08:00
cybermaggedon
f7df2df266
Feature/librarian (#307)
* Bring QDrant up-to-date

* Tables for data from queue outputs

- Pass single Pulsar client to everything in gateway & librarian
- Pulsar listener-name support in gateway
- PDF and text load working in librarian

* Complete Cassandra schema

* Add librarian support to templates
2025-02-12 23:39:24 +00:00
cybermaggedon
f350abb415
Maint/asyncio (#305)
* Move to asyncio services, even though everything is largely sync
2025-02-11 23:24:46 +00:00
cybermaggedon
a0bf2362f6
Librarian (#304) 2025-02-11 16:01:03 +00:00
Jack Colquitt
d0ae772fd6
Update README tagline 2025-02-09 15:53:29 -08:00
Tyler Oliver
e99c0ac238 Add support for Qdrant API Auth (#300)
Added the necessary changes to support API Key in Qdrant Client Query+Storage
- Doc Embeddings
- Graph Embeddings
2025-02-08 11:46:22 +00:00
Tyler Oliver
41ccb6c976 Add user and password auth for Cassandra (#301) 2025-02-08 11:42:14 +00:00
Jack Colquitt
042108504e
Update README tagline 2025-02-06 13:41:11 -08:00
Jack Colquitt
044e635741
Update README with cloud deployments 2025-02-04 17:07:48 -08:00
Jack Colquitt
90000b1d0b
Update README image and tagline 2025-02-04 15:03:50 -08:00
Jack Colquitt
b97092d6f5
Add files via upload 2025-02-04 15:03:17 -08:00
Jack Colquitt
b1c80a4dcb
Update README for latest 0.20.11 2025-02-04 12:49:40 -08:00
cybermaggedon
1000a9de8f
Add missing aiohttp dep to trustgraph-cli, needed for knowledge cores (#297)
* Add missing aiohttp dep to trustgraph-cli, needed for knowledge cores
2025-02-04 12:24:46 +00:00
Jack Colquitt
cab2f49c5e
Update README tagline 2025-02-03 14:09:44 -08:00
Jack Colquitt
dd818024a6
Update README with link for cognitive cores 2025-01-31 13:06:45 -08:00
Jack Colquitt
8088f7865b
Update README for updates for Data Workbench 2025-01-31 12:25:34 -08:00
cybermaggedon
5029ab7ad9
Fix AWS env vars in templates (#296) 2025-01-31 12:40:23 +00:00
Cyber MacGeddon
15c8afa97b Changed setup.py for 0.21 release branch 2025-01-30 21:40:44 +00:00
Jack Colquitt
8446df8c10
Update README for stable 0.20.9 2025-01-30 11:39:20 -08:00
Jack Colquitt
ccc2288636
Update README for latest 0.20.9 2025-01-30 10:26:38 -08:00
cybermaggedon
d1e9577e7f
Fix rate limit handler, incomplete (#293) 2025-01-29 21:13:17 +00:00
cybermaggedon
701ec1e27e
Fix startup error on import (#292) 2025-01-29 19:11:08 +00:00
cybermaggedon
1543a0650d
Better aws integration (#291)
* - More AWS Boto3 settings (profile and session key)
- Align environment variable and profile setting names with AWS
  conventions.
Hopefully this should be able to run from an EC2 instance just with role
setting.

* Tweak naming to all make sense, added rate limit detect
2025-01-29 14:38:16 +00:00
cybermaggedon
2c5289765d
Updated prometheus targets for current flows (#289) 2025-01-29 12:41:01 +00:00
cybermaggedon
34bde24086
Update generate script to handle more cases (#290) 2025-01-29 12:40:46 +00:00
cybermaggedon
edcdc4d59d
Feature/separate containers (#287)
* Separate containerfiles

* Add push to Makefile

* Update image names in the templates
2025-01-28 19:36:05 +00:00
cybermaggedon
6c3d2e7f97
Feature/fastembed (#286)
* Copied in base files for fastembed

* Added fastembed implementation

* Added template support for fastembed
2025-01-28 18:26:17 +00:00
Jack Colquitt
addd756f3d
Update README for latest 0.20.5 2025-01-27 16:01:59 -08:00