Compare commits

...

1 Commits

Author SHA1 Message Date
thucpn 666bbf5197 bump: llamaindex 2025-01-20 11:59:42 +07:00
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
import * as dotenv from "dotenv";
import { VectorStoreIndex, storageContextFromDefaults } from "llamaindex";
import { PGVectorStore } from "llamaindex/vector-store/PGVectorStore";
import { PGVectorStore } from "llamaindex/vector-store";
import { getDocuments } from "./loader";
import { initSettings } from "./settings";
import {
@@ -1,5 +1,5 @@
import { VectorStoreIndex } from "llamaindex";
import { PGVectorStore } from "llamaindex/vector-store/PGVectorStore";
import { PGVectorStore } from "llamaindex/vector-store";
import {
PGVECTOR_SCHEMA,
PGVECTOR_TABLE,