Commit 487328c
committed
fix: remove redundant save_index call in server lifespan cleanup
- Fixes AttributeError during server shutdown where save_index() method was called on JSONIndexManager but doesn't exist
- In JSON-based indexing system, index is automatically saved during build_index() operations
- Update git workflow guidelines to allow direct commits with clean English messages
- Resolves issue #36 affecting langchain users1 parent 5a32fcc commit 487328c
2 files changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments