Giter Club home page Giter Club logo

tars's People

Contributors

dependabot[bot] avatar johnregan3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tars's Issues

Implement External Sources

Provide TARS with a way to search the internet for answers and more recent information than is currently available to OpenAI's models. For instance, the ability for TARS to consider the upcoming weather forecast when recommending plans would be really helpful (and frankly, pretty darn cool).

Implement Knowledge Base

A Knowledge Base (KB) is a reference guide for TARS to store important information, like names of family members, important dates, etc.

http://localhost:5173 has no app

Issue: http://localhost:5173 has no app

This is a great project, may I ask where did I go wrong? Everything went smoothly, but the application was not seen on the webpage in the end:

Screenshot 2023-03-14 at 6 37 27 PM

Env:

Macbook Air M1
postgres (PostgreSQL) 15.2

✅Clone this repo.
✅Run composer install
✅Run npm install
✅php artisan migrate:fresh --seed
✅npm run build
✅npm run dev

.env:

OPENAI_API_KEY=sk-
OPENAI_ORGANIZATION=
CHAT_USER_NAME=Cooper
CHAT_USER_ID=1
CHAT_TARS_NAME=TARS
CHAT_TARS_ID=2

DB_CONNECTION=pgsql
DB_HOST=mysql
DB_PORT=5432
DB_DATABASE=chat_database
DB_USERNAME=chat_user
DB_PASSWORD=password

CACHE_DRIVER=redis
APP_URL=http://localhost:8080

Terminal:

VITE v4.1.4 ready in 269 ms

➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help

LARAVEL v9.52.4 plugin v0.7.4

➜ APP_URL: http://localhost:8080

Implement graph database or better yet vector database

Graph database or vector database can help semantic operations, like search or vertical navigation on the knowledge graph.

Maybe pinecone.io

Check Shapiro's Chatbot with infinite memory using OpenAI and Pinecone video.

Think through using more Python instead of pure PHP

I like having the web UI, as well as the familiar toolset of JS/PHP for most tasks (for instance, routing and authentication, etc), but I should investigate if there are speed benefits to processing most of the Controller work via Python, and how practical that implementation would be.

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.