Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adidem23/intellidocs

This is Document Querying Chatbot which can chat with documents on given prompts
https://github.com/adidem23/intellidocs

amazons3 javascript mongodb-atlas nextjs pineconedb

Last synced: about 2 months ago
JSON representation

This is Document Querying Chatbot which can chat with documents on given prompts

Awesome Lists containing this project

README

        



IntelliDocs : Document Querying Chatbot


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

## About The Project :

## IntelliDocs : Document Querying Chatbot
- IntelliDocs is a cutting-edge document querying chatbot designed to streamline the process of accessing and retrieving information from various documents. Users can query various topics related to the given document and retrive the information

## Key Features :

### Document Uploading :
- This application takes user document and uploads it to the MongoDb Atlas Services , AWS S3 services .

### Document Processing :
- The document is Processed and its text is extracted and vectors are stored in pincone databases.

### Query Processing :
- Users can query the uploaded documents in the databases and can ask questions related to it .

# Video :
- Youtube : https://www.youtube.com/watch?v=ynhaMPL_d-U

# Built With :

- [![My Skills](https://skillicons.dev/icons?i=next&perline=3)](https://skillicons.dev) NextjS
- [![My Skills](https://skillicons.dev/icons?i=aws&perline=3)](https://skillicons.dev) AWS
- [![My Skills](https://skillicons.dev/icons?i=nodejs&perline=3)](https://skillicons.dev) NodeJs
- [![My Skills](https://skillicons.dev/icons?i=express&perline=3)](https://skillicons.dev) ExpressJs
- [![My Skills](https://skillicons.dev/icons?i=mongodb&perline=3)](https://skillicons.dev) Mongodb Atlas
- [![My Skills](https://skillicons.dev/icons?i=tailwind&perline=3)](https://skillicons.dev) Tailwind CSS

# Prerequisites :
- Before Installation You Must have MongoDB Atlas Free Tier Service Available
- You Must Have an Aws Account to get Proceeded and Create S3 bucket in it
- Create Pincone database Account

* npm
```sh
npm install npm@latest -g
```

* NodeJs
```sh
Download Nodejs Version ^ 18.0.0 LTS
```
# Installation :