This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
star_oraculo
/
backend
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
8fc5d2b801
ブランチ
タグ
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
};