https://github.com/sermetpekin/evdschat
evdschat is an open-source Python package designed to enhance the evdspy package by allowing users to interact with the evdschat Application. This Node.js project aims to provide the most specific and accurate data users request during conversations, based on arguments such as start date, end date, and aggregation type, as described in the evdspy.
https://github.com/sermetpekin/evdschat
ai cbrt chat edds evds generative-ai rag tcmb
Last synced: 2 months ago
JSON representation
evdschat is an open-source Python package designed to enhance the evdspy package by allowing users to interact with the evdschat Application. This Node.js project aims to provide the most specific and accurate data users request during conversations, based on arguments such as start date, end date, and aggregation type, as described in the evdspy.
- Host: GitHub
- URL: https://github.com/sermetpekin/evdschat
- Owner: SermetPekin
- License: other
- Created: 2024-08-06T14:34:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T08:52:45.000Z (over 1 year ago)
- Last Synced: 2025-10-12T10:29:12.186Z (8 months ago)
- Topics: ai, cbrt, chat, edds, evds, generative-ai, rag, tcmb
- Language: Python
- Homepage: https://evdschat.readthedocs.io/latest/home.html
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/SermetPekin/evdschat/actions/workflows/python-package.yml?2) [](https://img.shields.io/pypi/v/evdschat)  [](https://pepy.tech/project/evdschat) [](https://pepy.tech/project/evdschat) [](https://pepy.tech/project/evdschat)
# evdschat
**evdschat** is an open-source Python package designed to enhance the **evdspy** package by allowing users to interact with the **evdschat Application**. This Node.js project aims to provide the most specific and accurate data users request during conversations, based on arguments such as start date, end date, and aggregation type, as described in the evdspy Python package. However, since it is a Generative AI application, it may sometimes be incorrect. Please be aware of the tickets and data it provides. To minimize inconvenience, the application will be tailored to indicate which tickets and which names correspond to the provided data. With further improvements, the application's mistakes might become less frequent in future versions.
As an experimental project, this package seeks to create an experimental bridge between the evdspy package and the EVDS API of the Central Bank of the Republic of Türkiye.
## Usage
```python
from evdschat import chat
prompt = '''
Can you give me reserves data since 2010 can you aggregate it monthly by average? Thanks.
'''
result, notes = chat(prompt, test=False)
print(result)
```
## Usage from console
```bash [terminal/console $]
evdschat 'I need sectoral inflation expectations data since 2020. quarterly and aggregated as end value' fileName.xlsx
```

## Installation
```bash
pip install evdschat -U
# or
python3.11 -m pip install evdschat -U
# or
python3.10 -m pip install evdschat -U
```
## Defining Api Keys ( .env file )
```bash
# .env file content
OPENAI_API_KEY = "sk-proj-ABCDEFGIJKLMNOPQRSTUXVZ"
EVDS_API_KEY=ABCDEFGIJKLMNOP
```
## Example
```python
from evdschat import chat
prompt = '''
# Your prompt describing which data you want here.
'''
result, notes = chat(prompt, test=False)
print(result)
```
## New in this version
## License
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. See the [LICENSE](LICENSE) file for details.
## evdschat Application (Node.js)
**evdschatJS** is a web API assistant for the evdspy Python package. It helps users by providing code suggestions to retrieve data from conversations.
[](https://evdspychat.onrender.com/)
## License
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. See the [LICENSE](LICENSE) file for details.