PJLab-ADG / DiLu

[ICLR 2024] DiLu: A Knowledge-Driven Approach to Autonomous Driving with Large Language Models
https://pjlab-adg.github.io/DiLu/
Apache License 2.0
210 stars 15 forks source link

No response when retrive memory, how to solve it? #8

Closed hairuoliu1 closed 6 months ago

hairuoliu1 commented 6 months ago
        similarity_results = self.scenario_memory.similarity_search_with_score(
            query_scenario, k=top_k
        )
itsLee1218 commented 2 months ago

Hello! I encountered a similar problem when running the code. May I ask how you solved it? Thank you very much!!!