Skip to content

Commit a0ed5cb

Browse files
authored
add support for multiple embeddings providers (#21)
* add support for multiple embeddings providers Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> * use AzureOpenAI version Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> * weird error logs Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> * remove redundant code Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> * bump version Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> --------- Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
1 parent 7486b2c commit a0ed5cb

4 files changed

Lines changed: 576 additions & 27 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
dist
3+
.env
4+
build

0 commit comments

Comments
 (0)