mirror of
https://github.com/samanhappy/mcphub.git
synced 2026-01-04 21:58:42 -05:00
feat: introduce auto routing (#122)
This commit is contained in:
7
src/db/entities/index.ts
Normal file
7
src/db/entities/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { VectorEmbedding } from './VectorEmbedding.js';
|
||||
|
||||
// Export all entities
|
||||
export default [VectorEmbedding];
|
||||
|
||||
// Export individual entities for direct use
|
||||
export { VectorEmbedding };
|
||||
Reference in New Issue
Block a user