Skip to content

tonylmai/concierge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concierge

AI Concierge

Getting Started

Prerequisites

Anaconda

  1. Download
https://www.anaconda.com/download
  1. Installing

Protobufs

To generate protobuf files

cd protobuf
python -m grpc_tools.protoc -I . --python_out=../protobuf --grpc_python_out=../protobuf ./concierge.proto
python -m grpc_tools.protoc -I ../protobuf --python_out=. --grpc_python_out=. ../protobuf/concierge.proto

#### where
* -I ../model/protobuf is where to find the protobuf file and its imports
* --python_out=../model is where to put the model file
* --grpc_python_out=../model is where to put the grpc file

Workflow

client -> concierge -> service -> rag

-> mocked

Usage

Running

About

AI Concierge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages