Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adidem23/intellidocs
- Owner: Adidem23
- Created: 2024-04-30T10:19:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T17:24:22.000Z (8 months ago)
- Last Synced: 2024-05-21T01:52:57.975Z (8 months ago)
- Topics: amazons3, javascript, mongodb-atlas, nextjs, pineconedb
- Language: JavaScript
- Homepage:
- Size: 30.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IntelliDocs : Document Querying Chatbot
Table of Contents
## 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 :