Skip to content

Commit

Permalink
81 build index script (#84)
Browse files Browse the repository at this point in the history
* feat: add script to rebuild the pinecone index

* feat: add docs

* feat: Add pinecone region

* feat: Add region in env example

* chore: Remove print

* chore: Remove print
  • Loading branch information
kstathou authored Sep 21, 2023
1 parent 94a235f commit 3eebacf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/genai/streamlit_pages/eyfs_kb_bbc_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ def eyfs_kb_bbc(index_name: str = "eyfs-index") -> None:
),
}

st.text(messages_placeholders["activity_examples"])

r = TextGenerator.generate(
model=selected_model,
temperature=temperature,
Expand Down

0 comments on commit 3eebacf

Please sign in to comment.