We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77465e commit 4922a45Copy full SHA for 4922a45
langchain-js/indexes/langchain_test.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "default",
3
+ "type": "search",
4
+ "definition": {
5
+ "mappings": {
6
+ "fields": {
7
+ "e": {
8
+ "type": "number"
9
+ },
10
+ "embedding": {
11
+ "dimensions": 1536,
12
+ "similarity": "euclidean",
13
+ "type": "knnVector"
14
+ }
15
16
17
18
+}
langchain-js/run.sh
@@ -25,4 +25,8 @@ yarn build
25
yarn add --dev jest-junit
26
export JEST_JUNIT_OUTPUT_NAME=results.xml
27
28
+if [[ -n "$MONGODB_URI" ]]; then
29
+ export MONGODB_ATLAS_URI=$MONGODB_URI
30
+fi
31
+
32
yarn test:int --reporters=default --reporters=jest-junit
0 commit comments