Skip to content

Commit 5abd242

Browse files
authored
feat: Adding Document Store and it's tests. (#5)
1 parent 6bf0948 commit 5abd242

File tree

3 files changed

+1127
-1
lines changed

3 files changed

+1127
-1
lines changed

src/llama_index_cloud_sql_pg/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from .document_store import PostgresDocumentStore
1516
from .engine import Column, PostgresEngine
1617
from .version import __version__
1718

18-
_all = ["PostgresEngine", "Column", "__version__"]
19+
_all = ["Column", "PostgresEngine", "PostgresDocumentStore", "__version__"]

0 commit comments

Comments
 (0)