🌐 AI搜索 & 代理 主页
Skip to content

Commit 052f51a

Browse files
committed
Slight rewording on README
1 parent a852681 commit 052f51a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pgml-sdks/pgml/javascript/examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ npm i
77
export DATABASE_URL={YOUR DATABASE URL}
88
```
99

10+
Optionally, configure a .env file containing a DATABASE_URL variable.
11+
1012
## [Semantic Search](./semantic_search.js)
1113
This is a basic example to perform semantic search on a collection of documents. Embeddings are created using `intfloat/e5-small` model. The results are semantically similar documemts to the query. Finally, the collection is archived.
1214

0 commit comments

Comments
 (0)