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
You will also need to build the web app. Change directory to `app` and run:
61
+
Then we will build the web app. Change directory to `app` and run:
58
62
59
63
```bash
60
64
pnpm install
61
65
pnpm run build
62
66
```
63
67
68
+
Finally, change directory back to repository root and install `phoenix` in
69
+
development mode (using the `-e` flag), and with development dependencies
70
+
(using the `[dev,test]` extra) by running
71
+
72
+
```bash
73
+
pip install -e ".[dev,test]"
74
+
```
75
+
64
76
If you are working on our LLM orchestration framework integrations, you may also wish to install LlamaIndex or LangChain from source. To install LlamaIndex from source,
65
77
66
78
- Uninstall any pre-existing version of LlamaIndex with `pip uninstall llama-index`.
0 commit comments