This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
star_oraculo
/
backend
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
f5196d6d6c
ブランチ
タグ
main
backend
/
config
/
collections.js
collections.js
103 B
履歴
Raw
1
2
3
4
5
import { config } from "./index.js";
export const collections = {
docs: config.qdrant.collection
};