Skip to content

Commit

Permalink
Move experimental Chrome AI to LLMs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jun 29, 2024
1 parent 2f8aef8 commit fd9cdf3
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 2,917 deletions.
8 changes: 4 additions & 4 deletions libs/langchain-community/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -1030,10 +1030,10 @@ experimental/chat_models/ollama_functions.cjs
experimental/chat_models/ollama_functions.js
experimental/chat_models/ollama_functions.d.ts
experimental/chat_models/ollama_functions.d.cts
experimental/chat_models/chrome_ai.cjs
experimental/chat_models/chrome_ai.js
experimental/chat_models/chrome_ai.d.ts
experimental/chat_models/chrome_ai.d.cts
experimental/llms/chrome_ai.cjs
experimental/llms/chrome_ai.js
experimental/llms/chrome_ai.d.ts
experimental/llms/chrome_ai.d.cts
chains/graph_qa/cypher.cjs
chains/graph_qa/cypher.js
chains/graph_qa/cypher.d.ts
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-community/langchain.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const config = {
"experimental/hubs/makersuite/googlemakersuitehub":
"experimental/hubs/makersuite/googlemakersuitehub",
"experimental/chat_models/ollama_functions": "experimental/chat_models/ollama_functions",
"experimental/chat_models/chrome_ai": "experimental/chat_models/chrome_ai/chat_models",
"experimental/llms/chrome_ai": "experimental/llms/chrome_ai",
// chains
"chains/graph_qa/cypher": "chains/graph_qa/cypher"
},
Expand Down
20 changes: 10 additions & 10 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3022,14 +3022,14 @@
"import": "./experimental/chat_models/ollama_functions.js",
"require": "./experimental/chat_models/ollama_functions.cjs"
},
"./experimental/chat_models/chrome_ai": {
"./experimental/llms/chrome_ai": {
"types": {
"import": "./experimental/chat_models/chrome_ai.d.ts",
"require": "./experimental/chat_models/chrome_ai.d.cts",
"default": "./experimental/chat_models/chrome_ai.d.ts"
"import": "./experimental/llms/chrome_ai.d.ts",
"require": "./experimental/llms/chrome_ai.d.cts",
"default": "./experimental/llms/chrome_ai.d.ts"
},
"import": "./experimental/chat_models/chrome_ai.js",
"require": "./experimental/chat_models/chrome_ai.cjs"
"import": "./experimental/llms/chrome_ai.js",
"require": "./experimental/llms/chrome_ai.cjs"
},
"./chains/graph_qa/cypher": {
"types": {
Expand Down Expand Up @@ -4076,10 +4076,10 @@
"experimental/chat_models/ollama_functions.js",
"experimental/chat_models/ollama_functions.d.ts",
"experimental/chat_models/ollama_functions.d.cts",
"experimental/chat_models/chrome_ai.cjs",
"experimental/chat_models/chrome_ai.js",
"experimental/chat_models/chrome_ai.d.ts",
"experimental/chat_models/chrome_ai.d.cts",
"experimental/llms/chrome_ai.cjs",
"experimental/llms/chrome_ai.js",
"experimental/llms/chrome_ai.d.ts",
"experimental/llms/chrome_ai.d.cts",
"chains/graph_qa/cypher.cjs",
"chains/graph_qa/cypher.js",
"chains/graph_qa/cypher.d.ts",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fd9cdf3

Please sign in to comment.