Common utilities and objects for Talentwizer projects
Project description
Getting Started
First, setup the environment:
poetry install
poetry shell
By default, we use the OpenAI LLM (though you can customize, see app/context.py). As a result you need to specify an OPENAI_API_KEY in an .env file in this directory.
Example .env file:
OPENAI_API_KEY=<openai_api_key>
Second, generate the embeddings of the documents in the ./data directory (if this folder exists - otherwise, skip this step):
python index_data.py
Third, run the development server:
python main.py
Then call the API endpoint /api/chat to see the result:
curl --location 'localhost:8000/api/chat' \
--header 'Content-Type: application/json' \
--data '{ "messages": [{ "role": "user", "content": "Hello" }] }'
You can start editing the API by modifying app/api/routers/chat.py. The endpoint auto-updates as you save the file.
Open http://localhost:8000/docs with your browser to see the Swagger UI of the API.
The API allows CORS for all origins to simplify development. You can change this behavior by setting the ENVIRONMENT environment variable to prod:
ENVIRONMENT=prod uvicorn main:app
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file talentwizer_commons-1.0.13.tar.gz.
File metadata
- Download URL: talentwizer_commons-1.0.13.tar.gz
- Upload date:
- Size: 39.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.5 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
427fda0347e82f8d1bc082f68f037bfeb6cae71a32a8756d94d66acd2b353a9d
|
|
| MD5 |
42769a657fdb8e2989fbc7a1a16250ab
|
|
| BLAKE2b-256 |
09a13c2b15756bea5ee2afc961b932cdc6d268741321acb8a2ce6e29013d91f7
|
File details
Details for the file talentwizer_commons-1.0.13-py3-none-any.whl.
File metadata
- Download URL: talentwizer_commons-1.0.13-py3-none-any.whl
- Upload date:
- Size: 55.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.5 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b83195a48c40f4536e13223c2501c9f62bb10e07b4442eda29c75d2de41a6409
|
|
| MD5 |
6eaafbaf6c0ac14a5c9792294d3be120
|
|
| BLAKE2b-256 |
4131161873376d182551827a31d37f99e9c2af0eac28d93aa9a7a1638b4e0d19
|