Skip to content

Commit

Permalink
feat: Add support for LLM based natural language queries of OMOP CDM …
Browse files Browse the repository at this point in the history
…databases
  • Loading branch information
dermatologist committed Jul 11, 2024
1 parent 8f34115 commit 2ac441e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
### [Documentation](https://dermatologist.github.io/pyomop/)

## UPDATE
Recently added support for **LLM based natural language queries** of OMOP CDM databases using [llama-index](examples/llm_example.py). Please install the llm extras from the develop branch as follows. Please be cognizant of the privacy issues with publically hosted LLMs. Any feedback will be highly appreciated. [See usage](examples/llm_example.py)!
Recently added support for **LLM based natural language queries** of OMOP CDM databases using [llama-index](examples/llm_example.py). Please install the llm extras as follows. Please be cognizant of the privacy issues with publically hosted LLMs. Any feedback will be highly appreciated. [See usage](examples/llm_example.py)!

```
git clone https://github.com/dermatologist/pyomop.git@develop
cd pyomop
pip install -e .[llm]
pip install pyomop[llm]
```
[See usage](examples/llm_example.py).

Expand Down

0 comments on commit 2ac441e

Please sign in to comment.