You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Houdini lets you interact with your data sources through a natural, conversational interface. Simply typein English, and Houdini will automatically understand and respond using the relevant data.
115
+
116
+
#### Getting started
117
+
118
+
- Visit [Ollama's website](https://ollama.com) and follow the installation instructions.
119
+
- Once installed, run your desired model (e.g., Llama3.1) with the following command:
120
+
121
+
```bash
122
+
ollama run ollama3.1
123
+
```
124
+
125
+
#### Using Houdini
126
+
- After installing Ollama, you’ll find the "Chat" feature available in the sidebar navigation.
127
+
- This feature offers a ChatGPT-like experience, allowing you to engage in natural conversations with your data.
0 commit comments