Mikyo King

Results 155 issues of Mikyo King

Right now if you use `using_project` via: ``` from phoenix.trace import using_project with using_project("foo"): chain.invoke() # works px.Client().log_evaluations() # falls back to the non-context specific project ```

enhancement

Use-cases for more complex RAG include - Multiple Retrievers - Re-rankers - Hybrid search @mikeldking - knowledge Graph - Multi-modal - Forward RAG / Hyde

enhancement

- [ ] Move to vite - [ ] #2580 - [ ] #2579

enhancement

WISITT

enhancement
help wanted
c/dx

Question 1: Our LLM is always erroneously called “gpt-3.5-turbo” as the model name in the Phoenix trace. Is there a parameter we can override to change it to an arbitrary...

bug
documentation
needs information
backlog
c/traces

### Feature Description As a user of LlamaIndex in a production setting, I may want to tag or add metadata to a queryEngine or invocation. E.x. I have a queryEngine...

enhancement
stale
p2