Use open-message-format to serialize and deserialize embeddings api (#18)

* Use open-message-format to serialize and deserialize embeddings api
This commit is contained in:
Adil Hafeez 2024-07-23 11:56:49 -07:00 committed by GitHub
parent a59c7df2a2
commit cad38295bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1265 additions and 47 deletions

View file

@ -12,6 +12,10 @@
"name": "embedding-server",
"path": "embedding-server"
},
{
"name": "open-message-format",
"path": "open-message-format"
},
{
"name": "demos",
"path": "./demos"