Commit graph

268 commits

Author SHA1 Message Date
Adil Hafeez
5c362413fc remove ins claim service 2024-11-07 15:29:16 -08:00
Adil Hafeez
b80fc2628f fix schema file 2024-11-07 15:27:39 -08:00
Adil Hafeez
6632428909 better naming 2024-11-07 15:05:20 -08:00
Adil Hafeez
460d978f8a rename trace_arch => trace_arch_internal 2024-11-07 14:43:48 -08:00
Adil Hafeez
270ff1f5de fix tests 2024-11-07 14:35:43 -08:00
Adil Hafeez
4d9cadd60d fix comments 2024-11-07 14:12:28 -08:00
Adil Hafeez
7b99379275 wip 2024-11-07 10:13:18 -08:00
Adil Hafeez
23ed25342a fix e2e 2024-11-06 16:07:32 -08:00
Adil Hafeez
60e442b168 fix e2e 2024-11-06 15:37:13 -08:00
Adil Hafeez
9379c4ed7e fix e2e tests 2024-11-06 15:31:49 -08:00
Adil Hafeez
9df30b6d6f add signoz 2024-11-06 15:27:40 -08:00
Adil Hafeez
4a0f5fa712 remove launchconfig 2024-11-06 14:46:33 -08:00
Adil Hafeez
98ad7f3753 fix clippy 2024-11-06 14:45:18 -08:00
Adil Hafeez
ead766a586 wip 2024-11-06 14:43:32 -08:00
Adil Hafeez
f36cbadf2e wip 2024-11-05 14:32:49 -08:00
Adil Hafeez
c4a3ff2284 remove dead code 2024-11-05 14:05:16 -08:00
Adil Hafeez
4a635cc6e4 Merge branch 'main' into adil/signoz_tracing 2024-11-05 13:50:53 -08:00
Adil Hafeez
3163a1c149 wip 2024-11-05 11:57:22 -08:00
Ikko Eltociear Ashimine
f48489f7c0
chore: update stream_context.rs (#248)
initalize -> initialize
2024-11-05 10:18:33 -08:00
Adil Hafeez
9a6ae2efee
retry embeddings fetch (#245) 2024-11-05 10:04:36 -08:00
Adil Hafeez
c18dc04a7d Merge branch 'main' into adil/signoz_tracing 2024-11-04 16:05:20 -08:00
Adil Hafeez
9a5c5cc3a3
add http files for llm and prompt gateway for local testing (#244) 2024-11-04 15:53:15 -08:00
Salman Paracha
e4d5293af4
updating README logo (#242)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2024-10-31 21:58:08 -07:00
Salman Paracha
21f4e7a5e4
fixing ports in arch_config for demos (#241)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2024-10-31 14:37:04 -07:00
Salman Paracha
3bff4a597b
fix ports and update README for paths to agent/chat (#240)
* fix ports and update README for paths to agent/chat

* minor fix

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2024-10-31 09:25:24 -07:00
Adil Hafeez
5196fb28a9
update build status badges 2024-10-30 23:27:01 -07:00
Adil Hafeez
9a30afa7e1
update status badges 2024-10-30 23:24:36 -07:00
Adil Hafeez
ad70e540b6
add status badges 2024-10-30 23:24:00 -07:00
Adil Hafeez
8c6ad87c1c
release 0.1.0 (#239)
* set version to 0.1.0

* update readme
2024-10-30 18:56:49 -07:00
Salman Paracha
dab7a44053
several fixes to demos (#238)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2024-10-30 18:38:18 -07:00
Adil Hafeez
e462e393b1
Use large github action machine to run e2e tests (#230) 2024-10-30 17:54:51 -07:00
Salman Paracha
bb882fb59b
Updated hr_agent to be full stack: gradio + fastAPI (#235)
* commiting to remove

* fix

* updating hr_agent

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
Co-authored-by: Adil Hafeez <adil@katanemo.com>
2024-10-30 15:05:34 -07:00
Adil Hafeez
71b715861d signoz tracing 2024-10-29 15:30:38 -07:00
Salman Paracha
bb9a774a72
moving chatbot-ui in demos and out of root project structure (#228)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2024-10-29 12:05:29 -07:00
Adil Hafeez
60299244b9
Improve Gradio UI and fix arch_state bug (#227) 2024-10-29 11:27:13 -07:00
José Ulises Niño Rivera
662a840ac5
Add support for streaming and fixes few issues (see description) (#202) 2024-10-28 17:05:06 -07:00
Salman Paracha
29ff8da60f
fixed typos in intro to arch docs (#225) 2024-10-26 10:41:01 -07:00
CTran
25dddcbfd9
fix model server stop process (#217)
* fix model server stop process

* replace

* replace

* add test

* add multiple pids test

* add check install for linux

* reformat
2024-10-24 19:21:47 -07:00
Salman Paracha
ff6e9bd9bd
add README for hr_agent (#224)
* add README for hr_agent

* fixed sample prompt for hr_agent in README

* added screenshot and updated README.md

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2024-10-24 18:21:52 -07:00
Salman Paracha
f88740582f
fixed typos in arch_config.yaml file based on issue #221 (#223)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2024-10-24 14:57:29 -07:00
Shuguang Chen
5f3aff4922
Update chatbot UI and update hallucination check (#218)
* update chatbot UI

* Update docker-compose for demos

* Fix bugs

* fix for emtadata (#219)

* fix for emtadata

* fix

* revert

* merge main

---------

Co-authored-by: CTran <cotran2@utexas.edu>
2024-10-24 14:11:53 -07:00
Azib Farooq
05f0491f76
updated key name (#211) 2024-10-23 21:02:24 -07:00
Ikko Eltociear Ashimine
87ce0b1be0
docs: update README.md (#220)
vist -> visit
2024-10-23 20:37:26 -07:00
Salman Paracha
7a5852b401
fixing discord link and moving contributing guide to root (#215)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
2024-10-23 15:45:49 -07:00
Salman Paracha
708fa15a9b
HR agent demo (#206)
* commiting my hr_agent branch

* updating the HR agent config

* pushing to remote

* fix hr agent

* committing to merge with main

* updating to merge from main

* updating the demo and model-server-tests to pull from poetry

* updating the poetry.lock files

* updating based on feedback

* updated sysmte prompt for hr_agent

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
Co-authored-by: Adil Hafeez <adil@katanemo.com>
2024-10-23 14:32:40 -07:00
CTran
8495f89fda
Cotran/hallucination (#208) 2024-10-22 12:52:01 -07:00
Adil Hafeez
ea76d85b43
Improve logging (#209)
* improve logging

* fix int tests

* better

* fix more logs

* fix more

* fix int
2024-10-22 12:07:40 -07:00
Adil Hafeez
2f374df034
refactor prompt gateway (#204) 2024-10-21 15:04:15 -07:00
Adil Hafeez
dced8a5708
Add separate util for hallucination and add tests for it (#203) 2024-10-18 19:34:17 -07:00
Adil Hafeez
faf64960df
update observability and dashboards (#198) 2024-10-18 15:07:49 -07:00