Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.1%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Query a Sql DB with Gpt 3.5 turbo
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.md
Dev-Setup
Prerequisites: - Git - Free - Langchain - Free - OpenAI API Key - Billing Required
Remeber to set variables in AIService.env
OPENAIAPIKEY= DBCONNECTIONSTRING=
🔧 Key Features
✅ (AIService) Micro service python for AI connection (with Langchain library) ✅ Chat with sql databases
🔧 Istruction
1) Run AIService\AIService.py 2) Run DBChatPro
🔨 License
The DbChatPro is released under the MIT License.
Maintained by Developers of legalyze.ai
Owner
- Name: Simone
- Login: CantSimo
- Kind: user
- Location: Italy
- Repositories: 1
- Profile: https://github.com/CantSimo
Citation (CITATION.cff)
cff-version: 1.0.0 message: "If you use this software, please cite also this authors" authors: - family-names: "alex-wolf-ps" title: "dbchatpro" date-released: url: "https://github.com/alex-wolf-ps/dbchatpro.git"
GitHub Events
Total
Last Year
Dependencies
DBChatPro/DBChatPro.csproj
nuget
- Azure.AI.OpenAI 2.0.0-beta.2
- Microsoft.AspNetCore.Components.WebAssembly.Server 8.0.0-rc.2.23480.2
- Microsoft.Data.SqlClient 5.1.5
DBChatPro.Client/DBChatPro.Client.csproj
nuget
- Microsoft.AspNetCore.Components.WebAssembly 8.0.0-rc.2.23480.2
- MudBlazor 6.*
AIService/poetry.lock
pypi
- aiohttp 3.9.5
- aiosignal 1.3.1
- altair 5.3.0
- annotated-types 0.7.0
- anthropic 0.30.1
- anyio 4.4.0
- async-timeout 4.0.3
- attrs 23.2.0
- blinker 1.8.2
- cachetools 5.3.3
- certifi 2024.7.4
- charset-normalizer 3.3.2
- click 8.1.7
- colorama 0.4.6
- dataclasses-json 0.6.7
- defusedxml 0.7.1
- distro 1.9.0
- docx2txt 0.8
- exceptiongroup 1.2.1
- fastapi 0.110.3
- filelock 3.15.4
- frozenlist 1.4.1
- fsspec 2024.6.1
- gitdb 4.0.11
- gitpython 3.1.43
- greenlet 3.0.3
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- huggingface-hub 0.23.4
- idna 3.7
- jinja2 3.1.4
- jiter 0.5.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- jsonschema 4.23.0
- jsonschema-specifications 2023.12.1
- langchain 0.2.10
- langchain-anthropic 0.1.20
- langchain-community 0.2.9
- langchain-core 0.2.22
- langchain-openai 0.1.17
- langchain-text-splitters 0.2.2
- langgraph 0.1.8
- langsmith 0.1.84
- markdown-it-py 3.0.0
- markupsafe 2.1.5
- marshmallow 3.21.3
- mdurl 0.1.2
- mssql 1.0.1
- multidict 6.0.5
- mypy-extensions 1.0.0
- numpy 1.26.4
- openai 1.35.12
- orjson 3.10.6
- packaging 24.1
- pandas 2.2.2
- pillow 10.4.0
- pinecone-client 3.2.2
- protobuf 5.27.2
- pyarrow 16.1.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pydeck 0.9.1
- pygments 2.18.0
- pyodbc 5.1.0
- python-dateutil 2.9.0.post0
- python-dotenv 1.0.1
- python-multipart 0.0.9
- pytz 2024.1
- pyyaml 6.0.1
- referencing 0.35.1
- regex 2024.5.15
- requests 2.32.3
- rich 13.7.1
- rpds-py 0.19.0
- six 1.16.0
- smmap 5.0.1
- sniffio 1.3.1
- sqlalchemy 2.0.31
- starlette 0.37.2
- streamlit 1.36.0
- tenacity 8.5.0
- tiktoken 0.7.0
- tokenizers 0.19.1
- toml 0.10.2
- toolz 0.12.1
- tornado 6.4.1
- tqdm 4.66.4
- typing-extensions 4.12.2
- typing-inspect 0.9.0
- tzdata 2024.1
- urllib3 2.2.2
- uvicorn 0.28.1
- watchdog 4.0.1
- yarl 1.9.4
AIService/pyproject.toml
pypi
- colorama ^0.4.6
- docx2txt ^0.8
- fastapi ^0.110.0
- langchain ^0.2.7
- langchain-anthropic ^0.1.19
- langchain-community ^0.2.7
- langchain-openai ^0.1.14
- langgraph ^0.1.8
- mssql ^1.0.1
- pinecone-client >=3.2.2,<4.0.0
- pyodbc ^5.1.0
- python >=3.9,<3.9.7 || >3.9.7,<3.13
- python-dotenv ^1.0.1
- python-multipart ^0.0.9
- streamlit ^1.32.0
- uvicorn ^0.28.0
- watchdog ^4.0.0