We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41525c8 commit c620804Copy full SHA for c620804
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python-version: ["3.10", "3.11"]
+ python-version: ["3.10", "3.11", "3.12"]
18
19
name: Python ${{ matrix.python-version }}
20
README.md
@@ -44,7 +44,7 @@ RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with Postgr
44
> ```sh
45
> # Configure which llama-cpp-python precompiled binary to install (⚠️ On macOS only v0.3.2 is supported right now):
46
> LLAMA_CPP_PYTHON_VERSION=0.3.2
47
-> PYTHON_VERSION=310
+> PYTHON_VERSION=310|311|312
48
> ACCELERATOR=metal|cu121|cu122|cu123|cu124
49
> PLATFORM=macosx_11_0_arm64|linux_x86_64|win_amd64
50
>
0 commit comments