MyLife-Services / mylife-maht

MyLife Member Services Repository
https://humanremembranceproject.org
MIT License
1 stars 1 forks source link

AI-Asset-Assistant #90

Closed Mookse closed 2 months ago

Mookse commented 8 months ago

Asset Assistant

Upload functionality

Recently, openai released beta v2 of their GPT assistant tech; as a result, file structuring has changed, theoretically for the better, where they have the vector store, which obviates a branch of development internally for the moment. Original specifications are found now in comments

Mookse commented 8 months ago

/members/upload endpoint _Router.post('/members/upload', upload) in routes.js

Mookse commented 2 months ago

Out-of-Scope