Skip to content

Commit

Permalink
Azure embedding support (#105)
Browse files Browse the repository at this point in the history
* Upgrade langchain to 0.0.103

* Add abort streaming to QA mode

* Add Azure gpt35 16k

* Add azure openai as an embedding provider

* 2.3.3
  • Loading branch information
logancyang authored Jul 11, 2023
1 parent b06dba5 commit fe2ba58
Show file tree
Hide file tree
Showing 9 changed files with 208 additions and 35 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "copilot",
"name": "Copilot",
"version": "2.3.2",
"version": "2.3.3",
"minAppVersion": "0.15.0",
"description": "A ChatGPT Copilot in Obsidian.",
"author": "Logan Yang",
Expand Down
171 changes: 146 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-copilot",
"version": "2.3.2",
"version": "2.3.3",
"description": "ChatGPT integration for Obsidian",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"crypto-js": "^4.1.1",
"esbuild-plugin-svg": "^0.1.0",
"eventsource-parser": "^1.0.0",
"langchain": "^0.0.79",
"langchain": "^0.0.103",
"next-i18next": "^13.2.2",
"pouchdb": "^8.0.1",
"prop-types": "^15.8.1",
Expand Down
Loading

0 comments on commit fe2ba58

Please sign in to comment.