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 <[email protected]> * use AzureOpenAI version Signed-off-by: Eitan Yarmush <[email protected]> * weird error logs Signed-off-by: Eitan Yarmush <[email protected]> * remove redundant code Signed-off-by: Eitan Yarmush <[email protected]> * bump version Signed-off-by: Eitan Yarmush <[email protected]> --------- Signed-off-by: Eitan Yarmush <[email protected]>
1 parent 7486b2c commit a0ed5cb

File tree

4 files changed

+576
-27
lines changed

4 files changed

+576
-27
lines changed

.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)