https://github.com/muhammadusman-10/ci-python
Repo containing, code done in python for creating Chatbots, interacting with LLMs, etc.
https://github.com/muhammadusman-10/ci-python
chatbots chromadb computational-intelligence langchain llms openai vector-database
Last synced: about 2 months ago
JSON representation
Repo containing, code done in python for creating Chatbots, interacting with LLMs, etc.
- Host: GitHub
- URL: https://github.com/muhammadusman-10/ci-python
- Owner: MuhammadUsman-10
- License: mit
- Created: 2024-11-20T21:59:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T04:33:36.000Z (over 1 year ago)
- Last Synced: 2025-03-16T08:41:46.008Z (over 1 year ago)
- Topics: chatbots, chromadb, computational-intelligence, langchain, llms, openai, vector-database
- Language: Python
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI-Python
- create the environment by the following command
"python -m venv env"
- activate the environment using command "env\scripts\activate" if using cmd in windows.
- if using powershell, then try using "env\scripts\activate.ps1" for activation of environment.
- install the mentioned dependencies mentioned in requirements.txt file by using the command "pip install -r requirements.txt"
- create a file named ".env" and add your OpenAi API Key in it.
- enjoy 😁