mirror of
https://github.com/OpenSPG/KAG.git
synced 2025-06-27 03:20:08 +00:00

* feat(llm): add Azure OpenAI client and vectorization support * chore: add .DS_Store to .gitignore * refactor(llm):add description for api_version and default value * refactor(vectorize_model): added description for ap_version and default values for some params * refactor(openai_model): enhance docstring for Azure AD token and deployment parameters
18 lines
140 B
Plaintext
18 lines
140 B
Plaintext
/*.whl
|
|
/*.egg-info/
|
|
/build/
|
|
# *.json
|
|
*.jsonl
|
|
# *.csv
|
|
#*.txt
|
|
*.log
|
|
*.out
|
|
*.key
|
|
*.jc
|
|
*.pyc
|
|
/dist
|
|
.vscode/
|
|
.idea/
|
|
.venv/
|
|
__pycache__/
|
|
.DS_Store |