GithubHelp home page GithubHelp logo

flagro / projecttextagent Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 56 KB

Updater of text contents of project files for ProjectTextSuite

Home Page: https://flagrotown.com

License: MIT License

Go 93.36% Dockerfile 6.64%
docker fsnotify go gochannels golang gorm gorm-orm goroutine postgres postgresql

projecttextagent's Introduction

๐Ÿš€ ProjectTextAgent

Part of a ProjectText Suite. ProjectTextAgent is an observer for your project directory for updating the Text and Table databases for future question-answering pipelines.

๐ŸŒŸ Features

  • Implements concurrent Goroutines watchers to send updates when files are modified/deleted/created
  • On events extracts text/tables from files with TextTableSpoon
  • Updates the data in Vector database (VecMetaQ) and simple relational database (PostgreSQL) with new texts

๐Ÿš€ Getting Started

Make sure to have docker installed on your system and then simply copy and initialize the .env file and do a docker compose up:

mv .env-example .env
docker compose up

๐Ÿ“˜ Usage

Running the image makes VecMetaQ and PostgreSQL databases available at the hosts you specified in the .env file and updates these databases with text contents of files in directory you specified to enable Question-Answering pipelines over these texts with LLMs (check out https://github.com/Flagro/ProjectTextQnA).

๐Ÿค Collaboration & Issues

Open for collaboration; check the issues page for discussions.

๐ŸŒŸ Shoutout to the dependencies

This project uses:

projecttextagent's People

Contributors

flagro avatar

Stargazers

 avatar

Watchers

 avatar

projecttextagent's Issues

Docker configuration is needed

The project should run be able to run in a docker container for several reasons:

  • Ease of use and installation
  • Grant the users the possibility to guarantee the limitation on the internet access of the suite
  • To utilize the docker's volume as temporary folder.

VecMetaQ delete request

JSON body approach is more secure and stable compared to query strings, especially when we are dealing with file names

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.