Commit graph

11 commits

Author SHA1 Message Date
Adil Hafeez
31f26ef7ac
move demo functions out of model_server (#67)
* pending

* remove

* fix docker build
2024-09-20 14:38:10 -07:00
Adil Hafeez
a91fbdbf1c
Add ability to define clusters in config (#61) 2024-09-18 20:03:26 -07:00
Adil Hafeez
060a0d665e
improve service names (#54)
- embedding-server => model_server
- public-types => public_types
- chatbot-ui => chatbot_ui
- function-calling => function_calling
2024-09-17 08:47:35 -07:00
Adil Hafeez
7b5203a2ce
Add function calling support using bolt-fc-1b (#35) 2024-09-10 14:24:46 -07:00
Adil Hafeez
445b1ea210
Add support for local llm (mistral 7b) (#31) 2024-08-06 23:40:06 -07:00
Adil Hafeez
33f9dd22e6
Add workflow logic for weather forecast demo (#24) 2024-07-30 16:23:23 -07:00
Adil Hafeez
a0abd9c42d
refactor code a bit (#21) 2024-07-24 14:13:18 -07:00
Adil Hafeez
cad38295bf
Use open-message-format to serialize and deserialize embeddings api (#18)
* Use open-message-format to serialize and deserialize embeddings api
2024-07-23 11:56:49 -07:00
Adil Hafeez
7bf77afa0e
add embedding store (#10) 2024-07-18 14:04:51 -07:00
Adil Hafeez
cc2a496f90
Setup pre-commit so it runs locally before every git push (#12)
* Setup pre-commit so it runs locally before every git push

* Update .pre-commit-config.yaml

* added more checks

* update readme

* Apply suggestions from code review

Co-authored-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>

* remove cargo-check

---------

Co-authored-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
2024-07-18 11:01:02 -07:00
Adil Hafeez
100114f6d0 initial commit 2024-07-09 13:36:17 -07:00