langchain/libs/community/tests/integration_tests/graphs/docker-compose-ontotext-graphdb/start.sh
Neli Hateva c95facc293
langchain[minor], community[minor]: Implement Ontotext GraphDB QA Chain (#16019)
- **Description:** Implement Ontotext GraphDB QA Chain
  - **Issue:** N/A
  - **Dependencies:** N/A
  - **Twitter handle:** @OntotextGraphDB
2024-01-29 12:25:53 -08:00

6 lines
107 B
Bash
Executable File

set -ex
docker compose down -v --remove-orphans
docker build --tag graphdb .
docker compose up -d graphdb