Giter Site home page Giter Site logo

askme-vllm's Introduction

FleeceKMBackend

This is the backend for the FleeceKM project. It's a FastAPI application that provides APIs for managing and interacting with a dataset.

Project Structure

fleecekmbackend/: Main application directory. init.py: Initializes the application. api/: Contains the API endpoints. dataset/: Contains the endpoints for managing the dataset. qa.py: Endpoints for managing QA data. raw.py: Endpoints for managing raw data. core/: Contains core configuration files. config.py: Configuration settings for the application. db/: Contains database related files. ctl.py: Contains database control functions. helpers.py: Contains helper functions for database operations. models.py: Contains SQLAlchemy models. services/: Contains service functions. dataset/: Contains services for managing the dataset. main.py: Main entry point of the application. scripts/: Contains scripts for the project. start.sh: Script to start the application. pyproject.toml: Contains project and dependency configuration. poetry.lock: Lock file generated by Poetry. poetry.toml: Configuration file for Poetry. README.md: This file.

Development

  1. Clone the repository.
  2. Install the dependencies using Poetry: poetry install.
  3. Start the application using the start script: ./scripts/start.sh.
  4. The application will be available at http://localhost:8000.

Testing

Tests are located in the tests/ directory. There are no tests currently available.

Database

The application uses SQLite for the database. The database file is located in the db/ directory.

askme-vllm's People

Contributors

nociza avatar

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.