xtrace-sdk
open source version xtrace sdk
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- docs.yml
- release.yml
- xtrace_orbital.gif
- custom.css
- layout.html
- modules.rst
- xtrace_sdk.crypto.commitment.rst
- xtrace_sdk.crypto.encryption.rst
- xtrace_sdk.crypto.rst
- xtrace_sdk.crypto.signature.rst
- xtrace_sdk.data_loaders.rst
- xtrace_sdk.inference.rst
- xtrace_sdk.integrations.rst
- xtrace_sdk.retrievers.rst
- xtrace_sdk.rst
- xtrace_sdk.utils.rst
- xtrace_sdk.x_mem.rst
- changelog.rst
- cli_commands.rst
- cli_quickstart.rst
- configuration.rst
- contribute.rst
- embedding.rst
- inference.rst
- install.rst
- metadata.rst
- quickstart.rst
- x_mem.rst
- xtrace.rst
- conf.py
- index.rst
- make.bat
- Makefile
- xvec_quick_start_example.ipynb
- _admin_key.py
- _aio_http.py
- _disk_loader.py
- _errors.py
- _getHash.py
- _prompt.py
- __init__.py
- create.py
- delete.py
- describe.py
- list.py
- fetch.py
- head.py
- init.py
- load.py
- retrieve.py
- shell.py
- upsert.py
- upsert_file.py
- version.py
- __init__.py
- main.py
- shell.py
- state.py
- __init__.py
- xtrace.py
- __init__.py
- __init__.py
- merkle.py
- __init__.py
- aes.py
- goldwasser_micali.py
- homomorphic_base.py
- paillier.py
- paillier_lookup.py
- __init__.py
- __init__.py
- goldwasser_micali_client.py
- hamming_client_base.py
- key_provider.py
- paillier_client.py
- paillier_lookup_client.py
- __init__.py
- loader.py
- __init__.py
- embedding.py
- llm.py
- __init__.py
- retriever.py
- __init__.py
- bench.py
- execution_context.py
- settings.py
- xtrace_types.py
- __init__.py
- __init__.py
- py.typed
- __init__.py
- test_env_helpers.py
- __init__.py
- __init__.py
- conftest.py
- test_aes_encryption.py
- test_embedding.py
- test_execution_context.py
- test_hamming_search.py
- test_helper.py
- test_meta_search.py
- test_paillier_encryption.py
- test_paillier_lookup_encryption.py
- __init__.py
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/XTraceAI/xtrace-sdk
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd xtrace-sdk
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
uv pip install xtrace-ai-sdk
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
uv pip install "xtrace-ai-sdk[embedding]"
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
uv pip install "xtrace-ai-sdk[cli]"
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
uv pip install -e ".[dev]"
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
