Logo
Explore Help
Register Sign In
yujunjun/unstructured
1
0
Fork 0
You've already forked unstructured
mirror of https://github.com/Unstructured-IO/unstructured.git synced 2025-07-04 23:52:23 +00:00
Code Issues Packages Projects Releases Wiki Activity
unstructured/docs/source/ingest/destination_connectors/code/bash/sql.sh

18 lines
344 B
Bash
Raw Normal View History

feat: adds postgresql/sqlite destination connector (#2005) - Adds a destination connector to upload processed output into a PostgreSQL/Sqlite database instance. - Users are responsible to provide their instances. This PR includes a couple of configuration examples. - Defines the scripts required to setup a PostgreSQL instance with the unstructured elements schema. - Validates postgres/pgvector embedding storage and retrieval --------- Co-authored-by: potter-potter <david.potter@gmail.com>
2024-01-04 13:33:16 -06:00
#!/usr/bin/env bash
unstructured-ingest \
local \
--input-path example-docs/fake-memo.pdf \
--anonymous \
--output-dir local-output-to-mongo \
--num-processes 2 \
--verbose \
--strategy fast \
sql \
--db-type postgresql \
--username postgres \
--password test \
--host localhost \
--port 5432 \
--database elements
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 102ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API