collections.js 103 B

12345
  1. import { config } from "./index.js";
  2. export const collections = {
  3. docs: config.qdrant.collection
  4. };