Skip to content

veloX-AI-org/node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeloX - Node Server

The node-server acts as the main API gateway and primary backend for the VeloX platform. It handles the user-facing operations, ensuring secure and fast communication between the client frontend and our AI microservices.

Features

  • User Authentication & Authorization: Secure login and user registration.
  • Source Management: Handles file uploads and parses documents before sending them to the Python engine for embedding.
  • API Gateway: Routes to upsert documents to pinecone vector database, to create Q&A with the python-server.
  • Database Integration: Manages user metadata, source histories, and chat conversations.

Getting Started

Installation

  1. Clone the repository:

    git clone [https://github.com/your-org/node-server.git](https://github.com/your-org/node-server.git)
    cd node-server
  2. Install Dependencies:

    npm install
  3. Set up your .env file.

  4. Start server

    npm start

That's it! Now start working on it. If you did like to contribute, please open an issue and start working on it.

Author

~Ankit Ahirwar

About

This Node.js server delivers and manages the main user interface of our application. It handles client requests, serves frontend assets, and ensures reliable and scalable communication between users and backend services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors