An open API service for producing an overview of a list of open source projects.

awesome-llama: https://github.com/anshRS/chatbot

chromadb django docker langchain-python llama2 nextjs14 postgresql shadcn tailwindcss typescript websockets

Score: 2.890371757896165

Last synced: about 5 hours ago
JSON representation

Repository metadata:

A chatbot using the RAG pipeline built with Django, Next.js 14, WebSockets, and powered by the LangChain framework. It leverages the llama2 model for processing user queries and generating responses.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 77
Total Committers: 2
Avg Commits per committer: 38.5
Development Distribution Score (DDS): 0.026

Commits in past year: 4
Committers in past year: 1
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
anshRS a****6@g****m 75
aryamanan a****2@g****m 2

Issue and Pull Request metadata

Last synced: 3 months ago

Total issues: 0
Total pull requests: 0
Average time to close issues: N/A
Average time to close pull requests: N/A
Total issue authors: 0
Total pull request authors: 0
Average comments per issue: 0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/anshRS/chatbot

Top Issue Authors

Top Pull Request Authors


Top Issue Labels

Top Pull Request Labels


Dependencies

apps/frontend/package.json npm
  • @types/node ^20 development
  • @types/react ^18 development
  • @types/react-dom ^18 development
  • autoprefixer ^10.0.1 development
  • eslint ^8 development
  • eslint-config-next 14.1.0 development
  • nodemon ^3.0.3 development
  • postcss ^8 development
  • tailwindcss ^3.3.0 development
  • typescript ^5 development
  • @radix-ui/react-icons ^1.3.0
  • @radix-ui/react-progress ^1.0.3
  • @radix-ui/react-slot ^1.0.2
  • class-variance-authority ^0.7.0
  • clsx ^2.1.0
  • dotenv ^16.4.4
  • next 14.1.0
  • react ^18
  • react-dom ^18
  • tailwind-merge ^2.2.1
  • tailwindcss-animate ^1.0.7
apps/backend/requirements.txt pypi
  • Automat ==22.10.0
  • Django ==4.2.10
  • Twisted ==23.10.0
  • asgiref ==3.7.2
  • attrs ==23.2.0
  • autobahn ==23.6.2
  • cffi ==1.16.0
  • channels ==4.0.0
  • constantly ==23.10.4
  • cryptography ==42.0.3
  • daphne ==4.1.0
  • gunicorn ==21.2.0
  • hyperlink ==21.0.0
  • idna ==3.6
  • incremental ==22.10.0
  • packaging ==23.2
  • psycopg2-binary ==2.9.9
  • pyOpenSSL ==24.0.0
  • pyasn1 ==0.5.1
  • pyasn1-modules ==0.3.0
  • pycparser ==2.21
  • python-decouple ==3.8
  • service-identity ==24.1.0
  • six ==1.16.0
  • sqlparse ==0.4.4
  • txaio ==23.1.1
  • typing_extensions ==4.9.0
  • tzdata ==2024.1
  • whitenoise ==6.6.0
  • zope.interface ==6.1
apps/docker/backend/Dockerfile docker
  • python 3.10.12-slim-buster build
apps/docker/frontend/Dockerfile docker
  • node 20.9.0 build