add reuse code

This commit is contained in:
yichuan520030910320
2025-07-07 21:07:00 +00:00
parent 95a653993a
commit 6fc57eb48e
4 changed files with 25 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ async def main():
chat = LeannChat(index_path=INDEX_PATH)
query = "Based on the paper, what are the main techniques LEANN explores to reduce the storage overhead and DLPM explore to achieve Fairness and Efiiciency trade-off?"
query = "What is the main idea of RL and give me 5 exapmle of classic RL algorithms?"
print(f"You: {query}")
chat_response = chat.ask(query, top_k=20, recompute_beighbor_embeddings=True)
print(f"Leann: {chat_response}")