Skip to content

Building AI Devops Assistant with Langchain, Postgres, and Ollama

Notifications You must be signed in to change notification settings

rapidappio/vector-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Devops AI Assistant with Langchain, Ollama, and PostgreSQL

This project is a simple example of how to building an AI assistant with LangChain, Ollama, and PostgreSQL

Requirements

  • PostgreSQL database

How to run

  1. export DB_URL=... The format should be postgresql+psycopg:https://<user>:<pass>@<host>:<port>/<db>. You can easily create PostgreSQL database for free here
  2. python main.py

About

Building AI Devops Assistant with Langchain, Postgres, and Ollama

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages