Skip to content
Snippets Groups Projects
Unverified Commit 9a236d65 authored by Praharsh Bhatt's avatar Praharsh Bhatt Committed by GitHub
Browse files

fix: add the needed CondenseQuestionChatEngine import in the usage_pa… (#8518)


* fix: add the needed CondenseQuestionChatEngine import in the usage_pattern docs

* Add entry to CHANGELOG.md

---------

Co-authored-by: default avatarAndrei Fajardo <92402603+nerdai@users.noreply.github.com>
parent 3021eb16
No related branches found
No related tags found
No related merge requests found
# ChangeLog # ChangeLog
## Unreleased
### Bug Fixes / Nits
- Add missing import to `ChatEngine` usage pattern `.md` doc (#8518)
## [0.8.53] - 2023-10-27 ## [0.8.53] - 2023-10-27
### New Features ### New Features
......
...@@ -74,6 +74,7 @@ Here's an example where we configure the following: ...@@ -74,6 +74,7 @@ Here's an example where we configure the following:
```python ```python
from llama_index.prompts import PromptTemplate from llama_index.prompts import PromptTemplate
from llama_index.llms import ChatMessage, MessageRole from llama_index.llms import ChatMessage, MessageRole
from llama_index.chat_engine.condense_question import CondenseQuestionChatEngine
custom_prompt = PromptTemplate("""\ custom_prompt = PromptTemplate("""\
Given a conversation (between Human and Assistant) and a follow up message from Human, \ Given a conversation (between Human and Assistant) and a follow up message from Human, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment